[][src]Crate socks5_async

Structs

SocksServer

A SOCKS5 Server

SocksStream

A SOCKS5 Stream

Enums

AuthMethod

Available authentication methods and their hex value

TargetAddr

Socket Address of the target, required by SocksStream

Traits

ToTargetAddr

A trait implemented by types that can be converted to TargetAddr

Functions

cmd_connect

Send CONNECT command to a SOCKS server

connect_with_stream

Perform SOCKS5 handshake and send CONNECT command through a TCP stream

socks_handshake

Perform SOCKS5 handshake through a TCP stream