| commit | 2dd3134e50f884f6a9e16fb643b2a8f2f6920c1d | [log] [tgz] |
|---|---|---|
| author | asapersson@webrtc.org <asapersson@webrtc.org> | Wed Oct 29 12:42:30 2014 |
| committer | asapersson@webrtc.org <asapersson@webrtc.org> | Wed Oct 29 12:42:30 2014 |
| tree | 263ba63797e8b8ff697e0391e22e4a6169541e18 | |
| parent | f567095f620ac9961b2d5b006b239f3a08fe576f [diff] [blame] |
Add stats for duplicate sent and received NACK requests. R=mflodman@webrtc.org, stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/27799004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7559 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h b/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h index 84eb24c..087722c 100644 --- a/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h +++ b/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
@@ -270,6 +270,8 @@ RtcpStatisticsCallback* stats_callback_; RtcpPacketTypeCounter packet_type_counter_; + + RTCPUtility::NackStats nack_stats_; }; } // namespace webrtc #endif // WEBRTC_MODULES_RTP_RTCP_SOURCE_RTCP_RECEIVER_H_