Module protocol

Source

Re-exports§

pub use self::handshake::password_method;
pub use self::handshake::password_method::UserKey;
pub use self::handshake::AuthMethod;

Modules§

handshake

Structs§

Request
SOCKS5 request
Response
Response
UdpHeader
SOCKS5 UDP packet header

Enums§

Address
SOCKS5 Adderss Format
AddressType
Command
Reply
Version
SOCKS protocol version, either 4 or 5

Traits§

BufMut
A trait for values that provide sequential write access to bytes.
StreamOperation