Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <mutex>
#include <map>
#include <vector>
#include <set>
#include <memory>
#include <utility>
#include <thread>
#include <chrono>
#include <libdevcore/Guards.h>
#include <libdevcore/Worker.h>
#include <libdevcrypto/Common.h>
#include <libdevcrypto/ECDHE.h>
#include "NodeTable.h"
#include "HostCapability.h"
#include "Network.h"
#include "Peer.h"
#include "RLPXSocket.h"
#include "RLPXFrameCoder.h"
#include "Common.h"
Go to the source code of this file.
Classes | |
struct | std::hash< pair< dev::p2p::NodeID, string > > |
class | dev::p2p::HostNodeTableHandler |
struct | dev::p2p::SubReputation |
struct | dev::p2p::Reputation |
class | dev::p2p::ReputationManager |
struct | dev::p2p::NodeInfo |
class | dev::p2p::Host |
The Host class Capabilities should be registered prior to startNetwork, since m_capabilities is not thread-safe. More... | |
Namespaces | |
std | |
std::hash for asio::adress | |
dev | |
Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by René Nyffenegger. | |
dev::p2p | |
Definition in file Host.h.