BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Classes | Namespaces | Enumerations
peer_database.hpp File Reference
#include <boost/iterator/iterator_facade.hpp>
#include <graphene/protocol/types.hpp>
#include <fc/network/ip.hpp>
#include <fc/time.hpp>
#include <fc/io/enum_type.hpp>
#include <fc/reflect/reflect.hpp>
#include <fc/reflect/variant.hpp>
#include <fc/exception/exception.hpp>

Go to the source code of this file.

Classes

struct  graphene::net::potential_peer_record
 
class  graphene::net::detail::peer_database_iterator
 
class  graphene::net::peer_database
 

Namespaces

 graphene
 
 graphene::net
 
 graphene::net::detail
 

Enumerations

enum  graphene::net::potential_peer_last_connection_disposition {
  graphene::net::never_attempted_to_connect, graphene::net::last_connection_failed, graphene::net::last_connection_rejected, graphene::net::last_connection_handshaking_failed,
  graphene::net::last_connection_succeeded
}