|
Monero
|
#include <abstract_tcp_server2.h>


Public Member Functions | |
| shared_state () | |
| Public Member Functions inherited from epee::net_utils::connection_basic_shared_state | |
| connection_basic_shared_state () | |
| void | configure_ssl (ssl_options_t src) |
| const ssl_options_t & | ssl_options () const noexcept |
Public Attributes | |
| i_connection_filter * | pfilter |
| i_connection_limit * | plimit |
| std::size_t | response_soft_limit |
| bool | stop_signal_sent |
| Public Attributes inherited from epee::net_utils::connection_basic_shared_state | |
| boost::asio::ssl::context | ssl_context |
| std::atomic< long > | sock_count |
| std::atomic< long > | sock_number |
|
inline |
| i_connection_filter* epee::net_utils::connection< t_protocol_handler >::shared_state::pfilter |
| i_connection_limit* epee::net_utils::connection< t_protocol_handler >::shared_state::plimit |
| std::size_t epee::net_utils::connection< t_protocol_handler >::shared_state::response_soft_limit |
| bool epee::net_utils::connection< t_protocol_handler >::shared_state::stop_signal_sent |