Add a default RTT to CallStats and use different values for buffered/real-time mode.
BUG=1613 Review URL: https://webrtc-codereview.appspot.com/1326007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3888 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -237,11 +237,6 @@ protected:
|
||||
// The time we last received an RTCP RR telling we have ssuccessfully
|
||||
// delivered RTP packet to the remote side.
|
||||
int64_t _lastIncreasedSequenceNumberMs;
|
||||
|
||||
// Externally set RTT. This value can only be used if there are no valid
|
||||
// RTT estimates.
|
||||
uint16_t _rtt;
|
||||
|
||||
};
|
||||
} // namespace webrtc
|
||||
#endif // WEBRTC_MODULES_RTP_RTCP_SOURCE_RTCP_RECEIVER_H_
|
||||
|
||||
Reference in New Issue
Block a user