Skip to content

tor-hsservice: Change IptEstablisher::new to take RelayIds

Ian Jackson requested to merge Diziet/arti:ipt-relay into main

The IptEstablisher needs to continuously maintain the IPT even as the netdir is updated. Whereas, the IPT manager just wants to select the relay from the netdir once and then only think about the relay identity.

So it makes sense for the establisher to do necessary lookups of the relay's ids in the netdir.

Merge request reports