[#MAX_PROTOCOL_MESSAGE_LENGTH] = MAX_PROTOCOL_MESSAGE_LENGTH :mrdocs: Maximum length of incoming protocol messages (no message over 4 MB is currently acceptable). == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr unsigned int MAX_PROTOCOL_MESSAGE_LENGTH = 4 * 1000 * 1000; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#