Skip to content

Do not reset our RTT in slow start.

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

If a circuit only sends a tiny amount of data such that its cwnd is not full, it won't increase its cwnd above the minimum. Since slow start circuits should never hit the minimum otherwise, we can just ignore them for RTT reset to handle this.

Merge request reports