Constant zebra_network::protocol::external::message::MAX_REJECT_MESSAGE_LENGTH
source ยท pub const MAX_REJECT_MESSAGE_LENGTH: usize = 12;
Expand description
The maximum size of the rejection message.
This is equivalent to COMMAND_SIZE
in zcashd:
https://github.com/zcash/zcash/blob/adfc7218435faa1c8985a727f997a795dcffa0c7/src/protocol.h#L33
https://github.com/zcash/zcash/blob/c0fbeb809bf2303e30acef0d2b74db11e9177427/src/main.cpp#L7544