Skip to content

Draft: Implement RFC3742 Limited Slow Start

Mike Perry requested to merge mikeperry/tor:bug40642-squashed into main

RFC3742 updates the cwnd every sendme during slow start, and backs off of the exponential growth based on a cap parameter.

Merge request reports