Module client

Source

Structs§

SocksDatagram
A UDP socket that sends packets through a proxy.
SocksListener
A listener that accepts TCP connections through a proxy.
UdpClientImpl

Traits§

Socks5Reader
Socks5Writer
UdpClientTrait

Functions§

connect
Proxifies a TCP connection. Performs the CONNECT command under the hood.
create_udp_client

Type Aliases§

GuardTcpStream
SocksUdpClient