Skip to content

Commit

Permalink
set MAX_OUTBOUND_FULL_RELAY_CONNECTIONS = 5
Browse files Browse the repository at this point in the history
  • Loading branch information
m3dwards committed Jan 18, 2024
1 parent 44d8b13 commit 5dc36b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ static const unsigned int MAX_PROTOCOL_MESSAGE_LENGTH = 4 * 1000 * 1000;
/** Maximum length of the user agent string in `version` message */
static const unsigned int MAX_SUBVERSION_LENGTH = 256;
/** Maximum number of automatic outgoing nodes over which we'll relay everything (blocks, tx, addrs, etc) */
static const int MAX_OUTBOUND_FULL_RELAY_CONNECTIONS = 8;
static const int MAX_OUTBOUND_FULL_RELAY_CONNECTIONS = 5;
/** Maximum number of addnode outgoing nodes */
static const int MAX_ADDNODE_CONNECTIONS = 8;
/** Maximum number of block-relay-only outgoing connections */
Expand Down

0 comments on commit 5dc36b3

Please sign in to comment.