Maximum length of incoming protocol messages (no message over 4 MB is currently acceptable).

Synopsis

Declared in <net.h>

inline constexpr unsigned int MAX_PROTOCOL_MESSAGE_LENGTH = 4 * 1000 * 1000;

Created with MrDocs