reth_eth_wire

Constant MAX_RESERVED_MESSAGE_ID

Source
pub const MAX_RESERVED_MESSAGE_ID: u8 = 0x0f;
Expand description

MAX_RESERVED_MESSAGE_ID is the maximum message ID reserved for the p2p subprotocol. If there are any incoming messages with an ID greater than this, they are subprotocol messages.