struct Bridge: add ref to ticket

This commit is contained in:
Ian Jackson 2022-10-12 13:51:52 +01:00
parent b8b885fcf5
commit 029a11c833
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ use tor_linkspec::{PtAddrError, PtTarget, PtTargetAddr, PtTargetInvalidSetting};
/// zero or more `key=value` parameters to pass to the transport
/// (smuggled in the SOCKS handshake, as described in the Tor PT specification).
#[derive(Debug, Clone, Eq, PartialEq)]
// TODO pt-client: Derive builder and associated config types.
// TODO pt-client: Derive builder and associated config types. See ticket #604.
pub struct Bridge {
// TODO pt-client: I am not sold on this exact representation for Bridge; it
// needs to be something like this, but not necessarily this exact set of