Only send one GetAddr response per connection.

This commit is contained in:
Gregory Maxwell
2016-04-11 01:09:34 +00:00
committed by lateminer
parent ea8bac6c36
commit e577b5c7e1
3 changed files with 10 additions and 0 deletions

View File

@@ -2339,6 +2339,7 @@ CNode::CNode(SOCKET hSocketIn, const CAddress& addrIn, const std::string& addrNa
nNextAddrSend = 0;
nNextInvSend = 0;
fRelayTxes = false;
fSentAddr = false;
pfilter = new CBloomFilter();
timeLastMempoolReq = 0;
nPingNonceSent = 0;