Module transport

Source
Expand description

Code to define the notion of a “Transport” and implement a default transport.

Re-exports§

pub use proxied::ExternalProxyPlugin;experimental-api
pub use proxied::ProxyError;

Modules§

default 🔒
Implement the default transport, which opens TCP connections using a happy-eyeballs style parallel algorithm.
proxied
Connect to relays via a proxy.

Traits§

TransportImplHelper
A convenient API for defining transports for use in Tor and elsewhere.