MAX_P2P_MESSAGE_SIZE

Constant MAX_P2P_MESSAGE_SIZE 

Source
const MAX_P2P_MESSAGE_SIZE: usize = 10_000_000;
Expand description

Maximum size of a p2p message in bytes. The largest message we expect to receive is a signed session outcome.