Use the RTT from RtcpRttStats class if provided when sending/receiving NACK.

R=holmer@google.com

Review URL: https://webrtc-codereview.appspot.com/5049004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5228 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
asapersson@webrtc.org
2013-12-05 15:06:56 +00:00
parent ebad765ee0
commit 96a9b2dcdc
3 changed files with 20 additions and 7 deletions

View File

@ -405,6 +405,7 @@ class ModuleRtpRtcpImpl : public RtpRtcp {
Clock* clock_;
private:
FRIEND_TEST_ALL_PREFIXES(RtpRtcpImplTest, Rtt);
FRIEND_TEST_ALL_PREFIXES(RtpRtcpImplTest, RttForReceiverOnly);
int64_t RtcpReportInterval();
void SetRtcpReceiverSsrcs(uint32_t main_ssrc);