Fabcoin Core  0.16.2
P2P Digital Currency
Variables
Host.cpp File Reference
#include <set>
#include <chrono>
#include <thread>
#include <mutex>
#include <memory>
#include <boost/algorithm/string.hpp>
#include <libdevcore/Common.h>
#include <libdevcore/Assertions.h>
#include <libdevcore/CommonIO.h>
#include <libdevcore/Exceptions.h>
#include <libdevcore/FileSystem.h>
#include "Session.h"
#include "Common.h"
#include "Capability.h"
#include "UPnP.h"
#include "RLPxHandshake.h"
#include "Host.h"
Include dependency graph for Host.cpp:

Go to the source code of this file.

Variables

std::chrono::seconds const c_keepAliveInterval = std::chrono::seconds(30)
 Interval at which Host::run will call keepAlivePeers to ping peers. More...
 
std::chrono::milliseconds const c_keepAliveTimeOut = std::chrono::milliseconds(1000)
 Disconnect timeout after failure to respond to keepAlivePeers ping. More...
 

Detailed Description

Author
Alex Leverington nesse.nosp@m.nce@.nosp@m.gmail.nosp@m..com
Gav Wood i@gav.nosp@m.wood.nosp@m..com
Date
2014

Definition in file Host.cpp.

Variable Documentation

std::chrono::seconds const c_keepAliveInterval = std::chrono::seconds(30)

Interval at which Host::run will call keepAlivePeers to ping peers.

Definition at line 45 of file Host.cpp.

std::chrono::milliseconds const c_keepAliveTimeOut = std::chrono::milliseconds(1000)

Disconnect timeout after failure to respond to keepAlivePeers ping.

Definition at line 48 of file Host.cpp.