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 ///