Fabcoin Core
0.16.2
P2P Digital Currency
|
#include "BlockChainSync.h"
#include <chrono>
#include <libdevcore/Common.h>
#include <libdevcore/TrieHash.h>
#include <libp2p/Host.h>
#include <libp2p/Session.h>
#include <libethcore/Exceptions.h>
#include "BlockChain.h"
#include "BlockQueue.h"
#include "EthereumPeer.h"
#include "EthereumHost.h"
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 |
Definition in file BlockChainSync.cpp.
unsigned const c_maxPeerUknownNewBlocks = 1024 |
Definition at line 40 of file BlockChainSync.cpp.
unsigned const c_maxRequestBodies = 1024 |
Definition at line 42 of file BlockChainSync.cpp.
unsigned const c_maxRequestHeaders = 1024 |
Max number of unknown new blocks peer can give us.
Definition at line 41 of file BlockChainSync.cpp.