Type Alias arti::socks::ConnIsolation

source ·
type ConnIsolation = (usize, IpAddr);
Expand description

Type alias for the isolation information associated with a given SOCKS connection before SOCKS is negotiated.

Currently this is an index for which listener accepted the connection, plus the address of the client that connected to the Socks port.