Ethereum  PoC-8
The C++ Implementation of Ethereum
BlockChainSync.cpp File Reference
#include "BlockChainSync.h"
#include "BlockChain.h"
#include "BlockQueue.h"
#include "EthereumCapability.h"
#include <libdevcore/Common.h>
#include <libdevcore/TrieHash.h>
#include <libethcore/Exceptions.h>
#include <libp2p/Host.h>
#include <libp2p/Session.h>
#include <chrono>

Go to the source code of this file.

Variables

unsigned const c_maxPeerUknownNewBlocks = 1024
 
unsigned const c_maxRequestHeaders = 1024
 Max number of unknown new blocks peer can give us. More...
 
unsigned const c_maxRequestBodies = 1024
 

Detailed Description

Author
Gav Wood i@gav.nosp@m.wood.nosp@m..com
Date
2014

Definition in file BlockChainSync.cpp.

Variable Documentation

◆ c_maxPeerUknownNewBlocks

unsigned const c_maxPeerUknownNewBlocks = 1024

Definition at line 38 of file BlockChainSync.cpp.

◆ c_maxRequestBodies

unsigned const c_maxRequestBodies = 1024

Definition at line 40 of file BlockChainSync.cpp.

◆ c_maxRequestHeaders

unsigned const c_maxRequestHeaders = 1024

Max number of unknown new blocks peer can give us.

Definition at line 39 of file BlockChainSync.cpp.