]> git.ipfire.org Git - thirdparty/tor.git/commit
Use path type hint for Vegas queue parameters.
authorMike Perry <mikeperry-git@torproject.org>
Thu, 3 Feb 2022 12:01:23 +0000 (12:01 +0000)
committerMike Perry <mikeperry-git@torproject.org>
Tue, 22 Feb 2022 19:28:35 +0000 (19:28 +0000)
commitb2553bfba28b2e26f09041a3d78fa39c35fd4ac8
tree896677eaf525afbe5decee7c628b5d73b6e5a7b8
parent0a6cde8756423336c8e6901b55c31d67a2a35245
Use path type hint for Vegas queue parameters.

These parameters will vary depending on path length, especially for onions.
src/app/config/config.c
src/app/config/or_options_st.h
src/core/mainloop/cpuworker.c
src/core/or/circuitbuild.c
src/core/or/congestion_control_common.c
src/core/or/congestion_control_common.h
src/core/or/congestion_control_vegas.c
src/core/or/congestion_control_vegas.h
src/feature/hs/hs_circuit.c
src/feature/hs/hs_client.c