DescriptionCast: Updated congestion control
This tries to update the bandwidth used to what is available.
The algorithm is essentially that we estimate how much bandwidth we've been sending recently.
Then we check how full our buffers are. We set a target for having our buffers be 90% empty.
If the buffer is more than 90% empty, we use more bandwidth than the resently sent, if
the buffer is less than 90% empty, we use less.
This change should be relatively safe since we normally set our min and max bandwidth to a
very limited range, and this change respects those limits.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276611
Patch Set 1 #Patch Set 2 : merge #
Total comments: 28
Patch Set 3 : comments addressed #Patch Set 4 : comments addressed #Patch Set 5 : bugfix #
Messages
Total messages: 18 (0 generated)
|