Expand description
Protocol-related defines.
Modules§
- libp2p
- Supported
libp2pprotocols. - mdns
- Multicast DNS implementation.
- notification
- Notification protocol implementation.
- request_
response - Request-response protocol implementation.
Structs§
- Transport
Service - Provides an interfaces for
Litep2pprotocols to interact with the underlying transport protocols.
Enums§
- Direction
- Substream direction.
- Transport
Event - Events emitted by one of the installed transports to protocol(s).
Traits§
- User
Protocol - Trait defining the interface for a user protocol.