Monero
Loading...
Searching...
No Matches
cryptonote::connection_info Struct Reference

#include <cryptonote_protocol_defs.h>

Public Attributes

bool incoming
bool localhost
bool local_ip
bool ssl
std::string address
std::string host
std::string ip
std::string port
uint16_t rpc_port
uint32_t rpc_credits_per_hash
std::string peer_id
uint64_t recv_count
uint64_t recv_idle_time
uint64_t send_count
uint64_t send_idle_time
std::string state
uint64_t live_time
uint64_t avg_download
uint64_t current_download
uint64_t avg_upload
uint64_t current_upload
uint32_t support_flags
std::string connection_id
uint64_t height
uint32_t pruning_seed
uint8_t address_type

Member Data Documentation

◆ address

std::string cryptonote::connection_info::address

◆ address_type

uint8_t cryptonote::connection_info::address_type

◆ avg_download

uint64_t cryptonote::connection_info::avg_download

◆ avg_upload

uint64_t cryptonote::connection_info::avg_upload

◆ connection_id

std::string cryptonote::connection_info::connection_id

◆ current_download

uint64_t cryptonote::connection_info::current_download

◆ current_upload

uint64_t cryptonote::connection_info::current_upload

◆ height

uint64_t cryptonote::connection_info::height

◆ host

std::string cryptonote::connection_info::host

◆ incoming

bool cryptonote::connection_info::incoming

◆ ip

std::string cryptonote::connection_info::ip

◆ live_time

uint64_t cryptonote::connection_info::live_time

◆ local_ip

bool cryptonote::connection_info::local_ip

◆ localhost

bool cryptonote::connection_info::localhost

◆ peer_id

std::string cryptonote::connection_info::peer_id

◆ port

std::string cryptonote::connection_info::port

◆ pruning_seed

uint32_t cryptonote::connection_info::pruning_seed

◆ recv_count

uint64_t cryptonote::connection_info::recv_count

◆ recv_idle_time

uint64_t cryptonote::connection_info::recv_idle_time

◆ rpc_credits_per_hash

uint32_t cryptonote::connection_info::rpc_credits_per_hash

◆ rpc_port

uint16_t cryptonote::connection_info::rpc_port

◆ send_count

uint64_t cryptonote::connection_info::send_count

◆ send_idle_time

uint64_t cryptonote::connection_info::send_idle_time

◆ ssl

bool cryptonote::connection_info::ssl

◆ state

std::string cryptonote::connection_info::state

◆ support_flags

uint32_t cryptonote::connection_info::support_flags

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