module Uq_socks5: sig
.. end
This module implements a SOCKS version 5 client (see RFC 1928) for
use with the Uq_engines.connector
, Uq_engines.listener
, and
Uq_engines.datagram_provider
engine factories.
This module implements a SOCKS version 5 client (see RFC 1928) for
use with the Uq_engines.connector
, Uq_engines.listener
, and
Uq_engines.datagram_provider
engine factories.
exception Socks_error of string
Raised when error messages of the SOCKS proxy are received, or
because of other SOCKS-related problems.
class proxy_client : Uq_engines.connect_address ->
object
.. end