This is an automated email from the git hooks/post-receive script.
dgoulet pushed a change to branch maint-0.4.7 in repository tor.
from 7eac2e1c98 Merge branch 'maint-0.4.6' into 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
The 8 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
tor-commits@lists.torproject.org