commit 7e2ced1315bf0b9690f46ed33996fae9e9c56cf2 Author: Nick Mathewson nickm@torproject.org Date: Tue Jan 12 16:33:18 2021 -0500
Move elements in param-spec.txt --- param-spec.txt | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/param-spec.txt b/param-spec.txt index 77eee34..7643a9b 100644 --- a/param-spec.txt +++ b/param-spec.txt @@ -40,6 +40,13 @@ line of a directory consensus. Min: 0. Max: 1. Default: 0. First-appeared: 0.3.0
+ "sendme_emit_min_version" -- Minimum SENDME version that can be sent. + Min: 0. Max: 255. Default 0. + First appeared: 0.4.1.1-alpha. + + "sendme_accept_min_version" -- Minimum SENDME version that is accepted. + Min: 0. Max: 255. Default 0. + First appeared: 0.4.1.1-alpha.
2. Performance-tuning parameters
@@ -74,14 +81,6 @@ line of a directory consensus. Min: 1000. Max: 2147483647 (INT32_MAX). Default: 50000. First-appeared: 0.3.3.6-rc.
- "sendme_emit_min_version" -- Minimum SENDME version that can be sent. - Min: 0. Max: 255. Default 0. - First appeared: 0.4.1.1-alpha. - - "sendme_accept_min_version" -- Minimum SENDME version that is accepted. - Min: 0. Max: 255. Default 0. - First appeared: 0.4.1.1-alpha. - "KISTSchedRunInterval" -- How frequently should the "KIST" scheduler run in order to decide which data to write to the network? Value in units of milliseconds. If 0, then the KIST scheduler should be
tor-commits@lists.torproject.org