This is an automated email from the git hooks/post-receive script.
dgoulet pushed a change to branch release-0.4.7 in repository tor.
from 80748f41af Merge branch 'maint-0.4.7' into release-0.4.7 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 c1d8db8ba5 Merge branch 'maint-0.4.7' into release-0.4.7
The 7 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
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch release-0.4.7 in repository tor.
commit c1d8db8ba57a9ed1419e121c4275b57101403ff6 Merge: 80748f41af c50496036b Author: David Goulet dgoulet@torproject.org AuthorDate: Tue Jan 10 11:57:11 2023 -0500
Merge branch 'maint-0.4.7' into release-0.4.7
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(-)
tor-commits@lists.torproject.org