Add help text for blocksonly and whitelistalwaysrelay

This commit is contained in:
Patick Strateman
2015-11-14 04:47:53 -08:00
parent 3a964973fe
commit 762b13b4d8
2 changed files with 5 additions and 0 deletions

View File

@@ -62,6 +62,8 @@ static const size_t MAPASKFOR_MAX_SZ = MAX_INV_SZ;
static const unsigned int DEFAULT_MAX_PEER_CONNECTIONS = 125;
/** The default for -maxuploadtarget. 0 = Unlimited */
static const uint64_t DEFAULT_MAX_UPLOAD_TARGET = 0;
/** Default for blocks only*/
static const bool DEFAULT_BLOCKSONLY = false;
unsigned int ReceiveFloodSize();
unsigned int SendBufferSize();