36 enum class error : int;
50 enum class error : int;
51 enum class version : std::uint8_t;
b32 i2p address; internal format not condensed/decoded.
Definition i2p_address.h:52
Client support for socks connect and resolve commands.
Definition socks.h:107
Tor onion address; internal format not condensed/decoded.
Definition tor_address.h:53
error
Possible errors with socks communication. Defined in https://www.openssh.com/txt/socks4....
Definition socks.h:69
version
Supported socks variants.
Definition socks.h:60
Definition net_utils_base.h:59
error
General net errors.
Definition error.h:39
Separates scheme, authority, and path sections of a URI.
Definition parse.h:45
Primarily for use with epee::net_utils::http_client.
Definition socks_connect.h:45
Separates TCP address, user+pass, and socks version.
Definition parse.h:148
Separates scheme, user, pass, and host+port sections of a URI.
Definition parse.h:83
Separates the user and pass sections from URI userinfo.
Definition parse.h:65
Separates the userinfo and host+port from URI authority.
Definition parse.h:55