Back to Site
Loading...
Searching...
No Matches
librats::PeerInfo Struct Reference

#include <peer_info.h>

Collaboration diagram for librats::PeerInfo:
[legend]

Public Attributes

PeerId id
 
std::vector< Addressaddresses
 known dialable addresses
 
ConnRole direction = ConnRole::Outbound
 
std::string agent_version
 optional remote agent string
 

Detailed Description

Definition at line 20 of file peer_info.h.

Member Data Documentation

◆ addresses

std::vector<Address> librats::PeerInfo::addresses

known dialable addresses

Definition at line 22 of file peer_info.h.

◆ agent_version

std::string librats::PeerInfo::agent_version

optional remote agent string

Definition at line 24 of file peer_info.h.

◆ direction

ConnRole librats::PeerInfo::direction = ConnRole::Outbound

Definition at line 23 of file peer_info.h.

◆ id

PeerId librats::PeerInfo::id

Definition at line 21 of file peer_info.h.


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