Removes SendSideCongestionController.
Bug: webrtc:9586 Change-Id: Id6f3508eb19f277d74c34edfbcaeb8a22320b030 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/140286 Commit-Queue: Sebastian Jansson <srte@webrtc.org> Reviewed-by: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28222}
This commit is contained in:
committed by
Commit Bot
parent
ab6fc1154f
commit
4ad51d8b31
@ -25,7 +25,7 @@ namespace webrtc {
|
||||
// This is used to observe the network controller state and route calls to
|
||||
// the proper handler. It also keeps cached values for safe asynchronous use.
|
||||
// This makes sure that things running on the worker queue can't access state
|
||||
// in SendSideCongestionController, which would risk causing data race on
|
||||
// in RtpTransportControllerSend, which would risk causing data race on
|
||||
// destruction unless members are properly ordered.
|
||||
class CongestionControlHandler {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user