- BB842420BCC67752EDF8E658524B135F499C5F8676557A6C12F47F204303E34BD73BEABDF6E9146BA452947C4E5CD298529969FAB90F16942F6BF0C1229F7043
+ 3C097F22786C99BD590DA3EFF3DAA012766A8EED65A4AB6AB859AB1B6E38CBFA7334DE1B640044C35DC354ED20FC9981B592D86F4AF6051111C95CF982550D74
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);