kinetex - v1.0.0-rc.1
    Preparing search index...

    Variable denoTcpConnectorConst

    denoTcpConnector: TcpConnector = ...

    Deno TCP connector. Usage: pass denoTcpConnector as the connector argument to createSocks5Tunnel.

    Both connect and read operations are wrapped with Promise.race for timeout enforcement, since Deno's native connect() doesn't support timeouts natively.

    Proxy hostname.

    Proxy port.

    Connect and read timeout in ms.

    A TcpConn to the SOCKS5 proxy.