We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3fd760 commit 740600bCopy full SHA for 740600b
1 file changed
src/net.h
@@ -55,8 +55,8 @@ static const int FEELER_INTERVAL = 120;
55
static const unsigned int MAX_INV_SZ = 50000;
56
/** The maximum number of new addresses to accumulate before announcing. */
57
static const unsigned int MAX_ADDR_TO_SEND = 1000;
58
-/** Maximum length of incoming protocol messages (no message over 800 MB is currently acceptable). */
59
-static const unsigned int MAX_PROTOCOL_MESSAGE_LENGTH = 800 * 1000 * 1000;
+/** Maximum length of incoming protocol messages (no message over 80 MB is currently acceptable). */
+static const unsigned int MAX_PROTOCOL_MESSAGE_LENGTH = 80 * 1000 * 1000;
60
/** Maximum length of strSubVer in `version` message */
61
static const unsigned int MAX_SUBVERSION_LENGTH = 256;
62
/** Maximum number of automatic outgoing nodes */
0 commit comments