40 static const unsigned c_maxHeaders = 2048;
41 static const unsigned c_maxHeadersAsk = 2048;
42 static const unsigned c_maxBlocks = 128;
43 static const unsigned c_maxBlocksAsk = 128;
44 static const unsigned c_maxPayload = 262144;
46 static const unsigned c_maxHeaders = 2048;
47 static const unsigned c_maxHeadersAsk = 2048;
48 static const unsigned c_maxBlocks = 128;
49 static const unsigned c_maxBlocksAsk = 128;
50 static const unsigned c_maxPayload = 262144;
52 static const unsigned c_maxNodes = c_maxBlocks;
53 static const unsigned c_maxReceipts = c_maxBlocks;
56 class TransactionQueue;
104 unsigned protocolVersion = 0;
108 bool majorSyncing =
false;
Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Origi...
unsigned startBlockNumber
Initial chain sync complete. Waiting for new packets.
Initial chain sync has not started yet.
unsigned currentBlockNumber
Block downloading paused. Waiting for block queue to process blocks and free space.
unsigned highestBlockNumber
Downloading blocks learned from NewHashes packet.