Module client

Available on crate feature relay only.
Expand description

Everything related to the relay protocol from a client’s perspective.

Modules§

transport

Structs§

Behaviour
NetworkBehaviour implementation of the relay client functionality of the circuit relay v2 protocol.
Connection
Represents a connection to another peer via a relay.
Transport
A Transport enabling client relay capabilities.

Enums§

Event
The events produced by the client Behaviour.

Functions§

new
Create a new client relay Behaviour with it’s corresponding Transport.