[tor-commits] [tor] branch main updated (a88ed7a670 -> c9232e8f3f)

gitolite role git at cupani.torproject.org
Thu Aug 11 13:28:44 UTC 2022


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

dgoulet pushed a change to branch main
in repository tor.

    from a88ed7a670 fallbackdirs: Update list from maint-0.4.7
     new 832a1d9fae Implement RFC3742 Limited Slow Start
     new 08c3ee8eca Create slow-start max for n_ewma_cnt.
     new 4444f5f4ed Use EWMA instead of bare rtt for min rtt.
     new acdc0ecdd4 Reset the min value if we hit cwnd_min.
     new 0cde7bc6d6 Reduce the number of vegas parameters.
     new 9fb52305ee Add changes file for bug40642.
     new 432b2e50c9 Tune congestion control parameters.
     new 0564a19f6a Merge branch 'tor-gitlab/mr/613' into maint-0.4.7
     new c9232e8f3f Merge branch 'maint-0.4.7'

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 changes/bug40642                        |   9 +
 src/core/or/congestion_control_common.c |  67 ++++++-
 src/core/or/congestion_control_common.h |  23 +++
 src/core/or/congestion_control_st.h     |  14 ++
 src/core/or/congestion_control_vegas.c  | 311 ++++++++++++++++++--------------
 5 files changed, 288 insertions(+), 136 deletions(-)
 create mode 100644 changes/bug40642

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


More information about the tor-commits mailing list