Constant reth_eth_wire::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.