Module tor_socksproto::msg

source ·
Expand description

Structures that represent SOCKS messages

Structs§

  • Command from the socks client telling us what to do.
  • A hostname for use with SOCKS. It is limited in length.
  • The reply from a SOCKS proxy.
  • A completed SOCKS request, as negotiated on a SOCKS connection.
  • Possible reply status values from a SOCKS5 handshake.

Enums§

  • An address sent or received as part of a SOCKS handshake
  • Provided authentication from a SOCKS handshake
  • A supported SOCKS version.

Functions§