mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-29 08:14:18 +00:00
Merge #8154: drop vAddrToSend after sending big addr message
d3d02d5 drop vAddrToSend after sending big addr message (Kaz Wesley)
This commit is contained in:
commit
1445835bd3
@ -5725,6 +5725,9 @@ bool SendMessages(CNode* pto)
|
||||
pto->vAddrToSend.clear();
|
||||
if (!vAddr.empty())
|
||||
pto->PushMessage(NetMsgType::ADDR, vAddr);
|
||||
// we only send the big addr message once
|
||||
if (pto->vAddrToSend.capacity() > 40)
|
||||
pto->vAddrToSend.shrink_to_fit();
|
||||
}
|
||||
|
||||
CNodeState &state = *State(pto->GetId());
|
||||
|
Loading…
x
Reference in New Issue
Block a user