|
Electroneum
|
#include <net_load_tests.h>


Public Attributes | |
| volatile bool | m_closed |
Public Attributes inherited from epee::net_utils::connection_context_base | |
| const boost::uuids::uuid | m_connection_id |
| const network_address | m_remote_address |
| const bool | m_is_income |
| const time_t | m_started |
| const time_t | m_ssl |
| time_t | m_last_recv |
| time_t | m_last_send |
| uint64_t | m_recv_cnt |
| uint64_t | m_send_cnt |
| double | m_current_speed_down |
| double | m_current_speed_up |
| double | m_max_speed_down |
| double | m_max_speed_up |
Additional Inherited Members | |
Public Member Functions inherited from 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) | |
| connection_context_base () | |
| connection_context_base (const connection_context_base &a) | |
| connection_context_base & | operator= (const connection_context_base &a) |
Definition at line 49 of file net_load_tests.h.
| volatile bool net_load_tests::test_connection_context::m_closed |
Definition at line 51 of file net_load_tests.h.