webrtc/modules/congestion_controller
Erik Språng 30a276b5d7 Add RTP sequence number to TransportFeedbackObserver::AddPacket()
With this change, both the normal RTP and the transport-wide sequence
numbers are propagated with with AddPacket() call via a new
RtpPacketSendInfo struct, replacing the previous set of parameters.

The intent with this is that SendTimeHistory can hold a mapping from
transport-wide to rtp sequence numbers, and then via callbacks let the
RTP modules know when packets have been received by the remote end.

Bug: webrtc:8975
Change-Id: I6a24fc6282cbb041393752d39593c2867b242192
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/133021
Commit-Queue: Erik Språng <sprang@webrtc.org>
Reviewed-by: Stefan Holmer <stefan@webrtc.org>
Reviewed-by: Sebastian Jansson <srte@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27708}
2019-04-23 11:02:56 +00:00
..
bbr Refactor of SimulationNode. 2019-04-15 14:11:00 +00:00
goog_cc Add field trial to AimdRateController to only increase while not in ALR 2019-04-17 12:05:24 +00:00
include Add RTP sequence number to TransportFeedbackObserver::AddPacket() 2019-04-23 11:02:56 +00:00
pcc Refactor of SimulationNode. 2019-04-15 14:11:00 +00:00
rtp Add RTP sequence number to TransportFeedbackObserver::AddPacket() 2019-04-23 11:02:56 +00:00
test Adds functionality to write logs to memory. 2019-01-16 17:36:31 +00:00
BUILD.gn Delete unneeded direct includes of common_types.h 2019-04-01 07:18:13 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS Add crodbro as owner of congestion controller. 2019-04-10 16:35:08 +00:00
receive_side_congestion_controller_unittest.cc Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
receive_side_congestion_controller.cc Expose send parameters for RemoteEstimatorProxy for field trial. 2019-04-17 12:45:47 +00:00
send_side_congestion_controller_unittest.cc Add RTP sequence number to TransportFeedbackObserver::AddPacket() 2019-04-23 11:02:56 +00:00
send_side_congestion_controller.cc Add RTP sequence number to TransportFeedbackObserver::AddPacket() 2019-04-23 11:02:56 +00:00
transport_feedback_adapter_unittest.cc Removes unused mock_bitrate_controller. 2019-03-11 14:31:14 +00:00
transport_feedback_adapter.cc Removes all const Clock*. 2019-01-30 13:03:37 +00:00
transport_feedback_adapter.h Removes all const Clock*. 2019-01-30 13:03:37 +00:00