#include <net_utils_base.h>
|
| template<class t_protocol_handler > |
| class | connection |
| |
Definition at line 247 of file net_utils_base.h.
◆ connection_context_base() [1/3]
| epee::net_utils::connection_context_base::connection_context_base |
( |
boost::uuids::uuid |
connection_id, |
|
|
const network_address & |
remote_address, |
|
|
bool |
is_income, |
|
|
bool |
ssl, |
|
|
time_t |
last_recv = 0, |
|
|
time_t |
last_send = 0, |
|
|
uint64_t |
recv_cnt = 0, |
|
|
uint64_t |
send_cnt = 0 |
|
) |
| |
|
inline |
Definition at line 263 of file net_utils_base.h.
double m_current_speed_up
const network_address m_remote_address
double m_current_speed_down
const boost::uuids::uuid m_connection_id
◆ connection_context_base() [2/3]
| epee::net_utils::connection_context_base::connection_context_base |
( |
| ) |
|
|
inline |
Definition at line 282 of file net_utils_base.h.
double m_current_speed_up
const network_address m_remote_address
double m_current_speed_down
const boost::uuids::uuid m_connection_id
◆ connection_context_base() [3/3]
Definition at line 297 of file net_utils_base.h.
299 set_details(
a.m_connection_id,
a.m_remote_address,
a.m_is_income,
a.m_ssl);
connection_context_base()
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
◆ operator=()
Definition at line 302 of file net_utils_base.h.
304 set_details(
a.m_connection_id,
a.m_remote_address,
a.m_is_income,
a.m_ssl);
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
◆ connection
template<class t_protocol_handler >
◆ m_connection_id
| const boost::uuids::uuid epee::net_utils::connection_context_base::m_connection_id |
◆ m_current_speed_down
| double epee::net_utils::connection_context_base::m_current_speed_down |
◆ m_current_speed_up
| double epee::net_utils::connection_context_base::m_current_speed_up |
◆ m_is_income
| const bool epee::net_utils::connection_context_base::m_is_income |
◆ m_last_recv
| time_t epee::net_utils::connection_context_base::m_last_recv |
◆ m_last_send
| time_t epee::net_utils::connection_context_base::m_last_send |
◆ m_max_speed_down
| double epee::net_utils::connection_context_base::m_max_speed_down |
◆ m_max_speed_up
| double epee::net_utils::connection_context_base::m_max_speed_up |
◆ m_recv_cnt
| uint64_t epee::net_utils::connection_context_base::m_recv_cnt |
◆ m_remote_address
| const network_address epee::net_utils::connection_context_base::m_remote_address |
◆ m_send_cnt
| uint64_t epee::net_utils::connection_context_base::m_send_cnt |
◆ m_ssl
| const time_t epee::net_utils::connection_context_base::m_ssl |
◆ m_started
| const time_t epee::net_utils::connection_context_base::m_started |
The documentation for this struct was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/contrib/epee/include/net/net_utils_base.h