Do not reset our RTT in slow start.
commit482cde5931b537d49dc2535bf7a7771d740f441a
authorMike Perry <mikeperry-git@torproject.org>
Tue, 10 Jan 2023 20:47:11 +0000 (10 20:47 +0000)
committerMike Perry <mikeperry-git@torproject.org>
Tue, 10 Jan 2023 20:47:11 +0000 (10 20:47 +0000)
treeabddcb85ee1c155aaeb708b32ccd2354c804f918
parentc50496036b5eea150ce5019b06140b8065f992a2
Do not reset our RTT in slow start.

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.
src/core/or/congestion_control_common.c