[tor-commits] [torspec] branch main updated: Prop324: Lower consensus param max for integer issue

gitolite role git at cupani.torproject.org
Wed Jan 11 18:15:29 UTC 2023


This is an automated email from the git hooks/post-receive script.

dgoulet pushed a commit to branch main
in repository torspec.

The following commit(s) were added to refs/heads/main by this push:
     new 09c648f  Prop324: Lower consensus param max for integer issue
     new 635270c  Merge branch 'tor-gitlab/mr/103'
09c648f is described below

commit 09c648fc8d808be7159366ce44b48ecc29a342d7
Author: Mike Perry <mikeperry-git at torproject.org>
AuthorDate: Wed Jan 11 17:38:31 2023 +0000

    Prop324: Lower consensus param max for integer issue
---
 proposals/324-rtt-congestion-control.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proposals/324-rtt-congestion-control.txt b/proposals/324-rtt-congestion-control.txt
index 4937744..346fb2f 100644
--- a/proposals/324-rtt-congestion-control.txt
+++ b/proposals/324-rtt-congestion-control.txt
@@ -1548,7 +1548,7 @@ These are sorted in order of importance to tune, most important first.
       - Description: This parameter defines the integer number of
         'cc_sendme_inc' multiples of gap allowed between inflight and
         cwnd, to still declare the cwnd full.
-      - Range: [0, INT32_MAX]
+      - Range: [0, INT16_MAX]
       - Default: 1-2
       - Shadow Tuning Results:
         A value of 0 resulted in a slight loss of performance, and increased

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list