Constant MAX_INV_SIZE
pub const MAX_INV_SIZE: usize = 50_000; // 50_000usize
Expand description
The maximum number of super::message_blockdata::Inventory items in an inv
message.
This limit is not currently enforced by this implementation.
pub const MAX_INV_SIZE: usize = 50_000; // 50_000usize
The maximum number of super::message_blockdata::Inventory items in an inv
message.
This limit is not currently enforced by this implementation.