BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Attributes | List of all members
graphene::net::current_connection_data Struct Reference

#include <core_messages.hpp>

Public Attributes

uint32_t connection_duration
 
fc::ip::endpoint remote_endpoint
 
node_id_t node_id
 
fc::microseconds clock_offset
 
fc::microseconds round_trip_delay
 
fc::enum_type< uint8_t, peer_connection_directionconnection_direction
 
fc::enum_type< uint8_t, firewalled_statefirewalled
 
fc::variant_object user_data
 

Detailed Description

Definition at line 378 of file core_messages.hpp.

Member Data Documentation

◆ clock_offset

fc::microseconds graphene::net::current_connection_data::clock_offset

Definition at line 383 of file core_messages.hpp.

◆ connection_direction

fc::enum_type<uint8_t, peer_connection_direction> graphene::net::current_connection_data::connection_direction

Definition at line 385 of file core_messages.hpp.

◆ connection_duration

uint32_t graphene::net::current_connection_data::connection_duration

Definition at line 380 of file core_messages.hpp.

◆ firewalled

fc::enum_type<uint8_t, firewalled_state> graphene::net::current_connection_data::firewalled

Definition at line 386 of file core_messages.hpp.

◆ node_id

node_id_t graphene::net::current_connection_data::node_id

Definition at line 382 of file core_messages.hpp.

◆ remote_endpoint

fc::ip::endpoint graphene::net::current_connection_data::remote_endpoint

Definition at line 381 of file core_messages.hpp.

◆ round_trip_delay

fc::microseconds graphene::net::current_connection_data::round_trip_delay

Definition at line 384 of file core_messages.hpp.

◆ user_data

fc::variant_object graphene::net::current_connection_data::user_data

Definition at line 387 of file core_messages.hpp.


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