fn interpret_socks_auth(auth: &SocksAuth) -> Result<AuthInterpretation>
Expand description
Given the authentication object from a socks connection, determine what it’s telling us to do.
(In no case is it actually SOCKS authentication: it can either be a message to the stream isolation system or the RPC system.)