p2p: add MAX_FEELER_CONNECTIONS constant

This commit is contained in:
tryphe
2019-05-08 04:34:01 -04:00
committed by fanquake
parent ad1b7b1817
commit 25d8264c95
2 changed files with 3 additions and 1 deletions

View File

@@ -62,6 +62,8 @@ static const int MAX_OUTBOUND_FULL_RELAY_CONNECTIONS = 8;
static const int MAX_ADDNODE_CONNECTIONS = 8;
/** Maximum number of block-relay-only outgoing connections */
static const int MAX_BLOCKS_ONLY_CONNECTIONS = 2;
/** Maximum number of feeler connections */
static const int MAX_FEELER_CONNECTIONS = 1;
/** -listen default */
static const bool DEFAULT_LISTEN = true;
/** -upnp default */