Constant zebra_network::protocol::external::addr::v2::ADDR_V2_MIN_SIZE
source ยท pub(in protocol::external) const ADDR_V2_MIN_SIZE: usize = _; // 9usize
Expand description
A serialized addrv2
has:
- 4 byte time,
- 1-9 byte services,
- 1 byte networkID,
- 1-9 byte sizeAddr,
- 0-512 bytes addr,
- 2 bytes port.