Expand description

Abstractions that describe types which support the physical transport - i.e. connection management - used in the p2p stack.

Structs§

  • Information which resources to bind to and how to identify on the network.
  • Information to establish a connection to a remote peer and validate its identity.

Enums§

  • Envelope to trace the original direction of an established connection.
  • Known list of typed streams.

Traits§

  • Trait which describes the core concept of a connection between two peers established by [Transport].
  • Local handle on a resource which allows connecting to remote peers.
  • Trait that describes the send end of a stream.
  • Trait that describes types which support connection management of the p2p stack.