Module socks5_impl::client
source · Structs§
- A UDP socket that sends packets through a proxy.
- A listener that accepts TCP connections through a proxy.
Traits§
Functions§
- Proxifies a TCP connection. Performs the
CONNECT
command under the hood.