Constant libp2p_networking::network::transport::MAX_AUTH_MESSAGE_SIZE

source ยท
const MAX_AUTH_MESSAGE_SIZE: usize = 1024;
Expand description

The maximum size of an authentication message. This is used to prevent DoS attacks by sending large messages.