From ee4bc3300397fc658a04742757f33ba54106fe4b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 22 Aug 2023 14:18:33 +0100 Subject: [PATCH] tor-hsservice: ipt-m: Add a TODO about code motion As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1523#note_2934300 --- crates/tor-hsservice/src/ipt_mgr.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/tor-hsservice/src/ipt_mgr.rs b/crates/tor-hsservice/src/ipt_mgr.rs index 2e4b2d100..3171c2e12 100644 --- a/crates/tor-hsservice/src/ipt_mgr.rs +++ b/crates/tor-hsservice/src/ipt_mgr.rs @@ -489,6 +489,8 @@ impl> State { } } +// TODO HSS: Combine this block with the other impl IptManager +// We probably want to make sure this whole file is in a sensible order. impl> IptManager { /// Make some progress, if possible, and say when to wake up again ///