webrtc/modules/congestion_controller
Philipp Hancke 15feded162 Increase maximum RTP padding length to 255 bytes
which is the maximum allowed in RFC 3550:
  The last octet of the padding contains a count of how
  many padding octets should be ignored, including itself

SRTP encryption does not need to be taken into account since none of
the cipher suites used by WebRTC require padding:
https://www.rfc-editor.org/rfc/rfc3711#section-3.1
https://www.rfc-editor.org/rfc/rfc7714#section-7.2

BUG=webrtc:15182

Change-Id: Ife3d264af389509733699f2dd4d32ba63793e9de
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/305642
Reviewed-by: Per Kjellander <perkj@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Philipp Hancke <phancke@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#40101}
2023-05-22 09:43:06 +00:00
..
goog_cc Format /modules 2023-04-20 02:02:45 +00:00
include Cleanup ReceiveSideCongestionController api from OnReceivedPacket taking legacy RTPHeader 2023-04-05 17:07:27 +00:00
pcc Increase maximum RTP padding length to 255 bytes 2023-05-22 09:43:06 +00:00
rtp Format /modules 2023-04-20 02:02:45 +00:00
BUILD.gn In ReceiveSideCongestionController unittest use modern version of OnReceivedPacket 2023-03-10 13:14:09 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS Revise video owners 2022-09-30 08:44:30 +00:00
receive_side_congestion_controller.cc Cleanup ReceiveSideCongestionController api from OnReceivedPacket taking legacy RTPHeader 2023-04-05 17:07:27 +00:00
receive_side_congestion_controller_unittest.cc In ReceiveSideCongestionController unittest use modern version of OnReceivedPacket 2023-03-10 13:14:09 +00:00
remb_throttler.cc Replace interfaces for sending RTCP with std::functions in ReceiveSideCongestionController 2021-04-21 13:10:44 +00:00
remb_throttler.h Reland "Detach RemoteEstimatorProxy from RemoteBitrateEstimator interface" 2022-06-29 09:38:16 +00:00
remb_throttler_unittest.cc Replace interfaces for sending RTCP with std::functions in ReceiveSideCongestionController 2021-04-21 13:10:44 +00:00