Module shadowsocks::net[][src]

Network wrappers for shadowsocks’ specific requirements

Re-exports

pub use self::tcp::TcpListener;
pub use self::tcp::TcpStream;
pub use self::udp::UdpSocket;

Modules

tcp

TcpStream wrappers that supports connecting with options

udp

UDP socket wrappers

Structs

AcceptOpts

Inbound connection options

ConnectOpts

Options for connecting to remote server

Enums

AddrFamily

Address family AF_INET, AF_INET6