Skip to content

Commit

Permalink
Merge pull request #6916
Browse files Browse the repository at this point in the history
81aaa4e bump default number of connections from 8 to 12 (moneromooo-monero)
  • Loading branch information
fluffypony committed Oct 18, 2020
2 parents 81a23c7 + 81aaa4e commit 76cc82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cryptonote_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
#define P2P_LOCAL_WHITE_PEERLIST_LIMIT 1000
#define P2P_LOCAL_GRAY_PEERLIST_LIMIT 5000

#define P2P_DEFAULT_CONNECTIONS_COUNT 8
#define P2P_DEFAULT_CONNECTIONS_COUNT 12
#define P2P_DEFAULT_HANDSHAKE_INTERVAL 60 //secondes
#define P2P_DEFAULT_PACKET_MAX_SIZE 50000000 //50000000 bytes maximum packet size
#define P2P_DEFAULT_PEERS_IN_HANDSHAKE 250
Expand Down

0 comments on commit 76cc82c

Please sign in to comment.