pub const MAX_PEER_RECORD_LEN: usize = 256;Expand description
Maximum total peer record size.
ALIAS_HEADER_LEN (17) + serialised NodeIdentityPayload (≤239 B).
Full NodeIdentityPayload with all optional fields is well under 150 B,
so 256 B provides ample headroom for future additions.