Dash Core  0.12.2.1
P2P Digital Currency
addrdb.h File Reference
#include "serialize.h"
#include <string>
#include <map>
#include <boost/filesystem/path.hpp>

Go to the source code of this file.

Classes

class  CBanEntry
 
class  CAddrDB
 
class  CBanDB
 

Typedefs

typedef enum BanReason BanReason
 
typedef std::map< CSubNet, CBanEntrybanmap_t
 

Enumerations

enum  BanReason { BanReasonUnknown = 0, BanReasonNodeMisbehaving = 1, BanReasonManuallyAdded = 2 }
 

Typedef Documentation

◆ banmap_t

typedef std::map<CSubNet, CBanEntry> banmap_t

Definition at line 78 of file addrdb.h.

◆ BanReason

typedef enum BanReason BanReason

Enumeration Type Documentation

◆ BanReason

enum BanReason
Enumerator
BanReasonUnknown 
BanReasonNodeMisbehaving 
BanReasonManuallyAdded 

Definition at line 19 of file addrdb.h.