Fabcoin Core  0.16.2
P2P Digital Currency
Public Attributes | List of all members
dev::p2p::PeerSessionInfo Struct Reference

#include <Common.h>

Collaboration diagram for dev::p2p::PeerSessionInfo:
[legend]

Public Attributes

NodeID const id
 
std::string const clientVersion
 
std::string const host
 
unsigned short const port
 
std::chrono::steady_clock::duration lastPing
 
std::set< CapDesc > const caps
 
unsigned socketId
 
std::map< std::string, std::string > notes
 
unsigned const protocolVersion
 

Detailed Description

Definition at line 151 of file Common.h.

Member Data Documentation

std::set<CapDesc> const dev::p2p::PeerSessionInfo::caps

Definition at line 158 of file Common.h.

std::string const dev::p2p::PeerSessionInfo::clientVersion

Definition at line 154 of file Common.h.

std::string const dev::p2p::PeerSessionInfo::host

Definition at line 155 of file Common.h.

NodeID const dev::p2p::PeerSessionInfo::id

Definition at line 153 of file Common.h.

std::chrono::steady_clock::duration dev::p2p::PeerSessionInfo::lastPing

Definition at line 157 of file Common.h.

std::map<std::string, std::string> dev::p2p::PeerSessionInfo::notes

Definition at line 160 of file Common.h.

unsigned short const dev::p2p::PeerSessionInfo::port

Definition at line 156 of file Common.h.

unsigned const dev::p2p::PeerSessionInfo::protocolVersion

Definition at line 161 of file Common.h.

unsigned dev::p2p::PeerSessionInfo::socketId

Definition at line 159 of file Common.h.


The documentation for this struct was generated from the following file: