Add logs when no RTCP RR has been received for three regular RTCP intervals.

BUG=1267
TEST=Unittest added.

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3346 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
mflodman@webrtc.org
2013-01-09 13:54:43 +00:00
parent d66eb8c4eb
commit 2f225cadde
5 changed files with 166 additions and 10 deletions

View File

@ -483,6 +483,8 @@ protected:
bool _owns_clock;
RtpRtcpClock& _clock;
private:
int64_t RtcpReportInterval();
WebRtc_Word32 _id;
const bool _audio;
bool _collisionDetected;