aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/circuituse.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-09-14 16:31:48 -0400
committerMike Perry <mikeperry-git@torproject.org>2022-02-22 19:28:33 +0000
commitbaaabb503c9c9fc81e0d95b2d5baeefef7423b7a (patch)
tree3ca1259e597855b96b53a73f8690b18edbc737dc /src/core/or/circuituse.c
parentbd2e9a44097ff85934bc1c34f4fce2017a7a92c8 (diff)
downloadtor-baaabb503c9c9fc81e0d95b2d5baeefef7423b7a.tar.gz
tor-baaabb503c9c9fc81e0d95b2d5baeefef7423b7a.zip
Use protover to signal support for ntor3 + congestion control.
Diffstat (limited to 'src/core/or/circuituse.c')
-rw-r--r--src/core/or/circuituse.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/or/circuituse.c b/src/core/or/circuituse.c
index 2ec391eca0..104e898d6c 100644
--- a/src/core/or/circuituse.c
+++ b/src/core/or/circuituse.c
@@ -2462,7 +2462,8 @@ circuit_get_open_circ_or_launch(entry_connection_t *conn,
digest,
NULL, /* Ed25519 ID */
NULL, NULL, /* onion keys */
- &addr, conn->socks_request->port);
+ &addr, conn->socks_request->port,
+ NULL);
} else { /* ! (want_onehop && conn->chosen_exit_name[0] == '$') */
/* We will need an onion key for the router, and we
* don't have one. Refuse or relax requirements. */