net: add nSendBufferMaxSize/nReceiveFloodSize to CConnection::Options

This commit is contained in:
Cory Fields
2016-05-27 00:00:02 -04:00
parent a19553b992
commit fa2f8bc47f
3 changed files with 6 additions and 2 deletions

View File

@@ -117,6 +117,8 @@ public:
int nMaxOutbound = 0;
int nBestHeight = 0;
CClientUIInterface* uiInterface = nullptr;
unsigned int nSendBufferMaxSize = 0;
unsigned int nReceiveFloodSize = 0;
};
CConnman();
~CConnman();