tor

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

commit 58aca27265980eb1d13daf3c3378251e3cb9c956
parent 0422eb26a70fc1450cc6b57902f189edc4eed10a
Author: Mike Perry <mikeperry-git@torproject.org>
Date:   Tue, 10 Aug 2021 21:20:28 +0000

MAKEFILE: Add flow control files to makefile

Diffstat:
Msrc/core/or/include.am | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/core/or/include.am b/src/core/or/include.am @@ -39,6 +39,7 @@ LIBTOR_APP_A_SOURCES += \ src/core/or/congestion_control_vegas.c \ src/core/or/congestion_control_nola.c \ src/core/or/congestion_control_westwood.c \ + src/core/or/congestion_control_flow.c \ src/core/or/status.c \ src/core/or/versions.c @@ -103,6 +104,7 @@ noinst_HEADERS += \ src/core/or/relay_crypto_st.h \ src/core/or/scheduler.h \ src/core/or/sendme.h \ + src/core/or/congestion_control_flow.h \ src/core/or/congestion_control_common.h \ src/core/or/congestion_control_vegas.h \ src/core/or/congestion_control_nola.h \