webrtc/modules/rtp_rtcp
Erik Språng bb90497eaa Add support for deferred sequence numbering.
With this turned on, packets will be sequence number after the pacing
stage rather that during packetization.
This avoids a race where packets may be sent out of order, and paves
the way for the ability to cull packets from the pacer queue without
causing sequence number gaps.

For now, the feature is off by default. Follow-ups will enable it for
video and audio separately.

Bug: webrtc:11340, webrtc:12470
Change-Id: I6d411d8c85b9047e3e9b05ff4c2c3ed97c579aa1
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/208584
Commit-Queue: Erik Språng <sprang@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#34661}
2021-08-06 12:38:27 +00:00
..
include Reland "Correctly handle retransmissions/padding in early loss detection." 2021-06-16 08:14:27 +00:00
mocks Make it possible to enable/disable receive-side RTT with a setter. 2021-07-13 14:15:46 +00:00
source Add support for deferred sequence numbering. 2021-08-06 12:38:27 +00:00
test/testFec Replace assert() with RTC_DCHECK(). 2021-07-09 07:49:43 +00:00
BUILD.gn Refactor PacketSequencer in preparation for deferred sequencing. 2021-08-03 20:00:39 +00:00
DEPS Replace field trials with WebRtcKeyValueConfig in RtpRtcpModule 2019-02-21 14:25:34 +00:00
OWNERS Remove wildcard ownership for build files. 2020-02-19 14:05:46 +00:00