[][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

connect_with_stream

Connect to a SOCKS server through a pre-connected (to SOCKS server) TCP stream