Module libp2prs_core::transport::timeout[][src]

Transports with timeouts on the connection setup.

The connection setup includes all protocol upgrades applied on the underlying Transport.

Structs

TimeoutListener
TransportTimeout

A TransportTimeout is a Transport that wraps another Transport and adds timeouts to all inbound and outbound connection attempts.