#include <peer_info.h>
Public Attributes | |
| PeerId | id |
| std::vector< Address > | addresses |
| known dialable addresses | |
| ConnRole | direction = ConnRole::Outbound |
| TransportKind | transport = TransportKind::Tcp |
| wire this connection runs on | |
| uint8_t | supported_transports = PeerTransportNone |
| what the peer advertised | |
| std::string | agent_version |
| optional remote agent string | |
Definition at line 28 of file peer_info.h.
| std::vector<Address> librats::PeerInfo::addresses |
known dialable addresses
Definition at line 30 of file peer_info.h.
| std::string librats::PeerInfo::agent_version |
optional remote agent string
Definition at line 34 of file peer_info.h.
| ConnRole librats::PeerInfo::direction = ConnRole::Outbound |
Definition at line 31 of file peer_info.h.
| PeerId librats::PeerInfo::id |
Definition at line 29 of file peer_info.h.
| uint8_t librats::PeerInfo::supported_transports = PeerTransportNone |
what the peer advertised
Definition at line 33 of file peer_info.h.
| TransportKind librats::PeerInfo::transport = TransportKind::Tcp |
wire this connection runs on
Definition at line 32 of file peer_info.h.