Module eth_snap_stream
Available on crate feature
network
only.Expand description
Ethereum and snap combined protocol stream implementation.
A stream type for handling both eth and snap protocol messages over a single RLPx
connection.
Provides message encoding/decoding, ID multiplexing, and protocol message processing.
Structs§
- EthSnap
Stream - A stream implementation that can handle both eth and snap protocol messages over a single connection.
Enums§
- EthSnap
Message - Combined message type that include either eth or snap protocol messages
- EthSnap
Stream Error - Error type for the eth and snap stream