diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-09-14 17:23:31 -0400 |
---|---|---|
committer | Mike Perry <mikeperry-git@torproject.org> | 2022-02-22 19:28:33 +0000 |
commit | 93318ba5e21851f486e148ff216d239c4ca25ce7 (patch) | |
tree | 76b964bcdfcb0cab1c5454aacda490616ee8a017 /src/core/or/command.c | |
parent | 662b9c1c0d3a279359703487d97b155dcb89151a (diff) | |
download | tor-93318ba5e21851f486e148ff216d239c4ca25ce7.tar.gz tor-93318ba5e21851f486e148ff216d239c4ca25ce7.zip |
Convert TODO into TODO-324 for better visibility.
Diffstat (limited to 'src/core/or/command.c')
-rw-r--r-- | src/core/or/command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/or/command.c b/src/core/or/command.c index fd6cebe743..12e4c26768 100644 --- a/src/core/or/command.c +++ b/src/core/or/command.c @@ -381,8 +381,8 @@ command_process_create_cell(cell_t *cell, channel_t *chan) created_cell.cell_type = CELL_CREATED_FAST; created_cell.handshake_len = len; - // TODO: We should in theory look at params here, though it will always - // tell us to use the old-fashioned congestion control. + // TODO-324: We should in theory look at params here, though it will + // always tell us to use the old-fashioned congestion control. if (onionskin_answer(circ, &created_cell, (const char *)keys, sizeof(keys), |