Crate socks [] [src]

SOCKS proxy clients

Structs

Socks4Listener

A SOCKS4 BIND client.

Socks4Stream

A SOCKS4 client.

Socks5Datagram

A SOCKS5 UDP client.

Socks5Listener

A SOCKS5 BIND client.

Socks5Stream

A SOCKS5 client.

Enums

TargetAddr

A description of a connection target.

Traits

ToTargetAddr

A trait for objects that can be converted to TargetAddr.