Module protocol
Expand description
Support for handling additional RLPx-based application-level protocols.
See also https://github.com/ethereum/devp2p/blob/master/README.md
Structs§
- A wrapper type for a
RLPx
sub-protocol. - Additional RLPx-based sub-protocols.
Enums§
- What to do when a protocol is not supported by the remote.
Traits§
- A trait that allows to authenticate a protocol after the
RLPx
connection was established. - A helper trait to convert a
ProtocolHandler
into a dynamic type - A trait that allows to offer additional RLPx-based application-level protocols when establishing a peer-to-peer connection.