shy patch from Hal

This commit is contained in:
Gavin Andresen
2011-01-24 10:42:17 -05:00
parent f36b494aeb
commit cbc920d474
2 changed files with 20 additions and 8 deletions

View File

@@ -2366,6 +2366,10 @@ bool ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv)
return true;
}
// Be shy and don't send version until we hear
if (pfrom->fInbound)
pfrom->PushVersion();
pfrom->fClient = !(pfrom->nServices & NODE_NETWORK);
AddTimeData(pfrom->addr.ip, nTime);