Skip to content

Draft: Avoid increasing the congestion window if it is not full.

Mike Perry requested to merge mikeperry/tor:bug40732v2 into maint-0.4.7

Also provides some stickiness, so that once full, the congestion window is considered still full for the rest of an update cycle, or the entire congestion window.

In this way, we avoid increasing the congestion window if it is not fully utilized, but we can still back off in this case. This substantially reduces queue use in Shadow.

Merge request reports