This is an automated email from the git hooks/post-receive script.
dgoulet pushed a change to branch main in repository tor.
from c420667a2e Merge branch 'tor-gitlab/mr/676' new 7a06763b22 Avoid increasing the congestion window if it is not full. new 967ae3ab0e Clean up next_cc_event handling. new b7759403bf Reduce size of congestion control next_*_event fields. new 90e67f34a7 Safety fixes to RFC3742 new 5745370666 Changes file for bug 40732 new fd86420d96 cc: Rename function to avoid confusion new 8c017e9cff Merge branch 'mr-674-fixup' into main+mr-674-fixup new d6cf3ca5c1 Merge branch 'tor-gitlab/mr/678' new 48de1a392e Avoid increasing the congestion window if it is not full. new f4499bb5e2 Clean up next_cc_event handling. new a9a27ffa3a Reduce size of congestion control next_*_event fields. new 5ddd3a9069 Safety fixes to RFC3742 new 894ddb837c Changes file for bug 40732 new c50496036b cc: Rename function to avoid confusion new 33657037a1 Merge branch 'maint-0.4.7'
The 15 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/bug40732 | 7 ++ src/core/or/congestion_control_nola.c | 4 +- src/core/or/congestion_control_st.h | 11 +- src/core/or/congestion_control_vegas.c | 162 ++++++++++++++++++++++++++---- src/core/or/congestion_control_westwood.c | 4 +- 5 files changed, 160 insertions(+), 28 deletions(-) create mode 100644 changes/bug40732