Expand description
Holds implementation of the actual socks4 protocol
Structs§
- S4General
Stream - The actual type that represents the Socks4 proxy client stream. Contains a tcp stream that operates on
- Socks4
General - Represents the proxy constructor
that creates a
S4GeneralStream
proxy stream when connected
Enums§
- StrParsing
Error - Represents an error that
can occur during
from_str
parsing