pub const MAX_GOSSIP_SIZE: usize = 512;
Expand description

limit the gossip size to 512 bytes (limit per gossip).

a gossip only contains the Id, the address and an array of subscriptions which should not go beyond 2 2-tuples of 64bits.