webrtc/modules/congestion_controller/pcc
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
..
bitrate_controller.cc Format /modules 2023-04-20 02:02:45 +00:00
bitrate_controller.h Format almost everything. 2019-07-08 13:45:15 +00:00
bitrate_controller_unittest.cc In modules/ replace mock macros with unified MOCK_METHOD macro 2020-05-27 10:21:08 +00:00
BUILD.gn Remove dependency on rtc_base_approved from most targets 2022-04-25 12:15:30 +00:00
monitor_interval.cc Remove unused variable 2021-10-18 12:22:17 +00:00
monitor_interval.h [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
monitor_interval_unittest.cc Replace DataSize and DataRate factories with newer versions 2020-02-18 16:09:50 +00:00
pcc_factory.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
pcc_factory.h [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
pcc_network_controller.cc Reland "Delete legacy DataSize and DataRate factories" 2020-02-24 09:50:35 +00:00
pcc_network_controller.h Format almost everything. 2019-07-08 13:45:15 +00:00
pcc_network_controller_unittest.cc Increase maximum RTP padding length to 255 bytes 2023-05-22 09:43:06 +00:00
rtt_tracker.cc Add a function to check if the packet in a PacketResult has been received. 2021-06-03 12:42:49 +00:00
rtt_tracker.h [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
rtt_tracker_unittest.cc Use newer version of TimeDelta and TimeStamp factories in modules/ 2020-02-10 11:49:57 +00:00
utility_function.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
utility_function.h [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
utility_function_unittest.cc Replace DataSize and DataRate factories with newer versions 2020-02-18 16:09:50 +00:00