module Uq_socks5:sig
..end
Uq_engines.connector
, Uq_engines.listener
, and
Uq_engines.datagram_provider
engine factories.
This implementation supports IPv4 and IPv6.
Uq_engines.connector
, Uq_engines.listener
, and
Uq_engines.datagram_provider
engine factories.
This implementation supports IPv4 and IPv6.
exception Socks_error of string
class proxy_client :Uq_engines.connect_address ->
object
..end
new proxy_client addr
can be passed as proxy
to the Uq_engines.connector
, Uq_engines.listener
, and
Uq_engines.datagram_provider
functions to use
the SOCKS proxy for connections, servers, and datagram socket,
respectively.