webrtc/modules/congestion_controller
Sebastian Jansson 88290ae358 Reland "Cleanup of RTP references in GoogCC implementation."
This is a reland of fa79081dca

It crashed due to inability to handle small timestamps in probe
estimator. This was fixed by moving history window check to avoid
subtracting from the timestamp.

Original change's description:
> Cleanup of RTP references in GoogCC implementation.
>
> As the send time congestion controller now has been removed,
> we don't need the RTP related constructs anymore.
>
> Bug: webrtc:9510
> Change-Id: I02c059ed8ae907ab4672d183c5639ad459b581aa
> Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/142221
> Commit-Queue: Sebastian Jansson <srte@webrtc.org>
> Reviewed-by: Björn Terelius <terelius@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#28330}

Bug: webrtc:9510
Change-Id: I3bf91222068e4fbb6aa159bfeb7a73e00bb6a0d7
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/143165
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#28347}
2019-06-24 09:10:52 +00:00
..
bbr Include downlink delay into congestion window size. 2019-05-27 16:07:19 +00:00
goog_cc Reland "Cleanup of RTP references in GoogCC implementation." 2019-06-24 09:10:52 +00:00
include Removes SendSideCongestionController. 2019-06-11 11:09:24 +00:00
pcc Removes SimulatedTimeClient 2019-06-13 15:37:10 +00:00
rtp Removes AddAndRemoveOld from SendTimeHistory 2019-06-17 08:46:54 +00:00
BUILD.gn Removes SendSideCongestionController. 2019-06-11 11:09:24 +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.cc Expose send parameters for RemoteEstimatorProxy for field trial. 2019-04-17 12:45:47 +00:00
receive_side_congestion_controller_unittest.cc Adds TCP fairness test to receive side congestion controller. 2019-06-07 13:49:37 +00:00