tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 754dbcd6d33c8538927d825fc2ef8b8be3698f56
parent b38630ca56d1a8f9179b4d718f1e7fb0d0681560
Author: David Goulet <dgoulet@torproject.org>
Date:   Wed, 11 Jan 2023 13:14:45 -0500

Merge branch 'maint-0.4.7'

Diffstat:
Msrc/core/or/congestion_control_vegas.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/or/congestion_control_vegas.c b/src/core/or/congestion_control_vegas.c @@ -203,7 +203,7 @@ congestion_control_vegas_set_params(congestion_control_t *cc, networkstatus_get_param(NULL, "cc_cwnd_full_gap", VEGAS_CWND_FULL_GAP_DFLT, 0, - INT32_MAX); + INT16_MAX); cc_cwnd_full_per_cwnd = networkstatus_get_param(NULL, "cc_cwnd_full_per_cwnd",