mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge remote-tracking branch 'arma/bug6743' into maint-0.2.3
This commit is contained in:
+1
-1
@@ -372,7 +372,7 @@ circuit_expire_building(void)
|
||||
} while (0)
|
||||
|
||||
SET_CUTOFF(general_cutoff, circ_times.timeout_ms);
|
||||
SET_CUTOFF(begindir_cutoff, circ_times.timeout_ms / 2.0);
|
||||
SET_CUTOFF(begindir_cutoff, circ_times.timeout_ms);
|
||||
SET_CUTOFF(fourhop_cutoff, circ_times.timeout_ms * (4/3.0));
|
||||
SET_CUTOFF(cannibalize_cutoff, circ_times.timeout_ms / 2.0);
|
||||
SET_CUTOFF(close_cutoff, circ_times.close_ms);
|
||||
|
||||
Reference in New Issue
Block a user