Module protocol

Module protocol 

Source
Expand description

Protocol-related defines.

Modules§

libp2p
Supported libp2p protocols.
mdns
Multicast DNS implementation.
notification
Notification protocol implementation.
request_response
Request-response protocol implementation.

Structs§

TransportService
Provides an interfaces for Litep2p protocols to interact with the underlying transport protocols.

Enums§

Direction
Substream direction.
TransportEvent
Events emitted by one of the installed transports to protocol(s).

Traits§

UserProtocol
Trait defining the interface for a user protocol.