Expand description
A dedicated eth + snap/2 stream.
EthSnapStream carries eth as the primary protocol and snap/2 (EIP-8189) as a typed
side-channel over a single RLPx connection. It owns the raw P2PStream directly and reuses
the transport-free EthStreamInner codec for eth framing, demultiplexing the two protocols
by capability message-id offset.
Structs§
- EthSnap
Stream - A dedicated stream that carries
ethas the primary protocol andsnap/2(EIP-8189) as a typed side-channel on the sameRLPxconnection.
Enums§
- EthSnap
Message - A message carried by an
EthSnapStream: either anethmessage or asnap/2message.