Chromium Code Reviews| Index: webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h |
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h |
| index 9363a4716afe009e02af22f1e62538b80a5a5675..8fc500aa571262be56116627548a87c1dfc2b9da 100644 |
| --- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h |
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h |
| @@ -207,18 +207,11 @@ class ModuleRtpRtcpImpl : public RtpRtcp, public RTCPReceiver::ModuleRtpRtcp { |
| void SetTmmbn(std::vector<rtcp::TmmbItem> bounding_set) override; |
| - uint16_t MaxPayloadLength() const override; |
| + size_t MaxPayloadSize() const override; |
| - uint16_t MaxDataPayloadLength() const override; |
| + size_t MaxRtpPacketSize() const override; |
| - int32_t SetMaxTransferUnit(uint16_t size) override; |
| - |
| - // TODO(michaelt): deprecate the function. |
| - int32_t SetTransportOverhead(bool tcp, |
| - bool ipv6, |
| - uint8_t authentication_overhead = 0) override; |
| - |
| - void SetTransportOverhead(int transport_overhead_per_packet) override; |
| + void SetMaxRtpPacketSize(size_t size) override; |
|
stefan-webrtc
2016/12/20 13:05:01
max_packet_size to align with rtp_rtcp.h
nisse-webrtc
2016/12/20 13:38:13
Done.
|
| // (NACK) Negative acknowledgment part. |