Skip to content

Draft: Fix for RTT calculation hang during congestion control.

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

Only cache RTT on explicit stalls; Only use this cache for the RTT decrease case. Otherwise use only local circuit RTT state for clock jump checks.

Merge request reports