diff options
author | Mike Perry <mikeperry-git@torproject.org> | 2023-06-26 20:26:59 +0000 |
---|---|---|
committer | Mike Perry <mikeperry-git@torproject.org> | 2023-06-27 19:27:10 +0000 |
commit | 04d7f11086b97fa8bda2377ffe694089e18e45e7 (patch) | |
tree | 093d0f829aa3a587d9b047acb686c222a868ed6e /src/test/test_congestion_control.c | |
parent | 7d85298b63dbc7a06e65395011568f4433a98430 (diff) | |
download | tor-04d7f11086b97fa8bda2377ffe694089e18e45e7.tar.gz tor-04d7f11086b97fa8bda2377ffe694089e18e45e7.zip |
Bug 40566: Remove unused BDP estimators
Diffstat (limited to 'src/test/test_congestion_control.c')
-rw-r--r-- | src/test/test_congestion_control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_congestion_control.c b/src/test/test_congestion_control.c index f494515e99..26095d310a 100644 --- a/src/test/test_congestion_control.c +++ b/src/test/test_congestion_control.c @@ -216,7 +216,7 @@ run_vegas_cwnd_test_vec(congestion_control_t *cc, circ->circuit_blocked_on_p_chan = vec[i].or_conn_blocked_in; cc->inflight = vec[i].inflight_in; - congestion_control_vegas_process_sendme(cc, circ, NULL); + congestion_control_vegas_process_sendme(cc, circ); /* If the or conn was blocked, ensure we updated our * CC state */ |