Constant solana_gossip::cluster_info::PUSH_MESSAGE_MAX_PAYLOAD_SIZE
source · const PUSH_MESSAGE_MAX_PAYLOAD_SIZE: usize = _; // 1_188usize
Expand description
Max size of serialized crds-values in a Protocol::PushMessage packet. This is equal to PACKET_DATA_SIZE minus serialized size of an empty push message: Protocol::PushMessage(Pubkey::default(), Vec::default())