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/feature/hs | |
parent | 662b9c1c0d3a279359703487d97b155dcb89151a (diff) | |
download | tor-93318ba5e21851f486e148ff216d239c4ca25ce7.tar.gz tor-93318ba5e21851f486e148ff216d239c4ca25ce7.zip |
Convert TODO into TODO-324 for better visibility.
Diffstat (limited to 'src/feature/hs')
-rw-r--r-- | src/feature/hs/hs_common.c | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/feature/hs/hs_common.c b/src/feature/hs/hs_common.c index ee4ec25b01..38c8bf2912 100644 --- a/src/feature/hs/hs_common.c +++ b/src/feature/hs/hs_common.c @@ -1688,9 +1688,16 @@ hs_get_extend_info_from_lspecs(const smartlist_t *lspecs, info = extend_info_new(NULL, legacy_id, (have_ed25519_id) ? &ed25519_pk : NULL, NULL, onion_key, &ap.addr, ap.port, - /* TODO: The protover summary here needs to explain + /* TODO-324: oh wow, this is a hard one. + + The protover summary here needs to explain if we support the newer congestion control or - not. This may require new specification stuff */ + not. This may require new specification changes. + + Probably there is some analogous service-side + function that needs to initialize congestion + control structures based on what the client says. + */ NULL); done: return info; |