Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Namespaces
Host.h File Reference
#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"
Include dependency graph for Host.h:
This graph shows which files directly or indirectly include this file:

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
 

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.h.