aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/circuitbuild.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-09-14 17:23:31 -0400
committerMike Perry <mikeperry-git@torproject.org>2022-02-22 19:28:33 +0000
commit93318ba5e21851f486e148ff216d239c4ca25ce7 (patch)
tree76b964bcdfcb0cab1c5454aacda490616ee8a017 /src/core/or/circuitbuild.c
parent662b9c1c0d3a279359703487d97b155dcb89151a (diff)
downloadtor-93318ba5e21851f486e148ff216d239c4ca25ce7.tar.gz
tor-93318ba5e21851f486e148ff216d239c4ca25ce7.zip
Convert TODO into TODO-324 for better visibility.
Diffstat (limited to 'src/core/or/circuitbuild.c')
-rw-r--r--src/core/or/circuitbuild.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/or/circuitbuild.c b/src/core/or/circuitbuild.c
index ffb2c00493..53582d2829 100644
--- a/src/core/or/circuitbuild.c
+++ b/src/core/or/circuitbuild.c
@@ -1263,7 +1263,7 @@ circuit_finish_handshake(origin_circuit_t *circ,
onion_handshake_state_release(&hop->handshake_state);
- // XXXX TODO: use `params` to initialize the congestion control.
+ // XXXX TODO-324: use `params` to initialize the congestion control.
if (cpath_init_circuit_crypto(hop, keys, sizeof(keys), 0, 0)<0) {
return -END_CIRC_REASON_TORPROTOCOL;
@@ -2600,6 +2600,6 @@ client_circ_negotiation_message(const extend_info_t *ei,
if (! ei->supports_ntor3_and_param_negotiation)
return -1;
- /* TODO: fill in the client message that gets sent. */
+ /* TODO-324: fill in the client message that gets sent. */
tor_assert_unreached();
}