commit 6d1e05d47d66f4a243471a8573d3809f5116f166 Author: Roger Dingledine arma@torproject.org Date: Mon Aug 16 11:44:45 2021 -0400
spec change cleanup
(hopefully i picked the right fix :) --- tor-spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tor-spec.txt b/tor-spec.txt index 4d9513e..de95acb 100644 --- a/tor-spec.txt +++ b/tor-spec.txt @@ -1967,7 +1967,7 @@ see tor-design.pdf. range bounds for randomized padding timeouts may be specified as unsigned integer values in milliseconds. The ito_low_ms field should not be lower than the current consensus parameter value for nf_ito_low (default: - 1500). The ito_high_ms field must should not be lower than ito_low_ms. + 1500). The ito_high_ms field should not be lower than ito_low_ms. (If any party receives an out-of-range value, they clamp it so that it is in-range.)