Module libp2p_core::transport::upgrade[][src]

Expand description

Configuration of transport protocol upgrades.

Structs

An upgrade that authenticates the remote peer, typically in the context of negotiating a secure channel.

An transport with peer authentication, obtained from Builder::authenticate.

A Builder facilitates upgrading of a Transport for use with a Network.

The Transport::Dial future of an Upgraded transport.

The Transport::Listener stream of an Upgraded transport.

An upgrade that negotiates a (sub)stream multiplexer on top of an authenticated transport.

A authenticated and multiplexed transport, obtained from Authenticated::multiplex.

A custom upgrade on an Authenticated transport.

Enums

Errors produced by a transport upgrade.

Supported multistream-select versions.