Add private peers.

This commit is contained in:
Arthur Britto
2012-11-20 14:48:53 -08:00
parent ea00a2d0d0
commit ad4725ae74
4 changed files with 22 additions and 4 deletions

View File

@@ -49,6 +49,7 @@ private:
ipPort mIpPortConnect;
uint256 mCookieHash;
uint64 mPeerId;
bool mPrivate; // Keep peer IP private.
uint256 mClosedLedgerHash, mPreviousLedgerHash;
std::list<uint256> mRecentLedgers;