|
Monero
|
#include <abstract_tcp_server2.h>
Public Attributes | |
| bool | connected |
| bool | wait_handshake |
| bool | cancel_handshake |
| bool | wait_read |
| bool | handle_read |
| bool | cancel_read |
| bool | shutdown_read |
| bool | wait_write |
| bool | handle_write |
| bool | cancel_write |
| bool | wait_shutdown |
| bool | cancel_shutdown |
| bool epee::net_utils::connection< t_protocol_handler >::state_t::socket_status_t::cancel_handshake |
| bool epee::net_utils::connection< t_protocol_handler >::state_t::socket_status_t::cancel_read |
| bool epee::net_utils::connection< t_protocol_handler >::state_t::socket_status_t::cancel_shutdown |
| bool epee::net_utils::connection< t_protocol_handler >::state_t::socket_status_t::cancel_write |
| bool epee::net_utils::connection< t_protocol_handler >::state_t::socket_status_t::connected |
| bool epee::net_utils::connection< t_protocol_handler >::state_t::socket_status_t::handle_read |
| bool epee::net_utils::connection< t_protocol_handler >::state_t::socket_status_t::handle_write |
| bool epee::net_utils::connection< t_protocol_handler >::state_t::socket_status_t::shutdown_read |
| bool epee::net_utils::connection< t_protocol_handler >::state_t::socket_status_t::wait_handshake |
| bool epee::net_utils::connection< t_protocol_handler >::state_t::socket_status_t::wait_read |
| bool epee::net_utils::connection< t_protocol_handler >::state_t::socket_status_t::wait_shutdown |
| bool epee::net_utils::connection< t_protocol_handler >::state_t::socket_status_t::wait_write |