- 4A3E4156023B21F80DE1C46C1466CCBC28008D83F204D9EEA1E7AC7CD9A2356A1DF5EB1D064A4BFEDE9D661921DED7AFAD5BEF2E2A3ECED51BDFF0EF875ABF29
+ 492C9CC92A504BB8174D75FAFCBEE6980986182A459EFC9BFA1D64766320D98BA2FA971D78D00A777C6CC50F82A5D424997927378E99738B1B3B550BDAA727F7
bitcoin/src/net.h
(130 . 8)(130 . 6)
40 std::map<uint256, CRequestTracker> mapRequests;
41 CCriticalSection cs_mapRequests;
42 uint256 hashContinue;
43 CBlockIndex* pindexLastGetBlocksBegin;
44 uint256 hashLastGetBlocksEnd;
45 int nStartingHeight;
46
47 // flood relay
(180 . 8)(178 . 6)
49 nRefCount = 0;
50 nReleaseTime = 0;
51 hashContinue = 0;
52 pindexLastGetBlocksBegin = 0;
53 hashLastGetBlocksEnd = 0;
54 nStartingHeight = -1;
55 fGetAddr = false;
56 vfSubscribe.assign(256, false);