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.
pub const MAX_RESERVED_MESSAGE_ID: u8 = 0x0f;
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.