Electroneum
epee::net_utils::connection< t_protocol_handler >::shared_state Struct Reference

#include <abstract_tcp_server2.h>

Inheritance diagram for epee::net_utils::connection< t_protocol_handler >::shared_state:
Collaboration diagram for epee::net_utils::connection< t_protocol_handler >::shared_state:

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_tssl_options () const noexcept
 

Public Attributes

i_connection_filterpfilter
 
t_protocol_handler::config_type config
 
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
 

Detailed Description

template<class t_protocol_handler>
struct epee::net_utils::connection< t_protocol_handler >::shared_state

Definition at line 93 of file abstract_tcp_server2.h.

Constructor & Destructor Documentation

◆ shared_state()

template<class t_protocol_handler >
epee::net_utils::connection< t_protocol_handler >::shared_state::shared_state ( )
inline

Member Data Documentation

◆ config

template<class t_protocol_handler >
t_protocol_handler::config_type epee::net_utils::connection< t_protocol_handler >::shared_state::config

Definition at line 100 of file abstract_tcp_server2.h.

◆ pfilter

template<class t_protocol_handler >
i_connection_filter* epee::net_utils::connection< t_protocol_handler >::shared_state::pfilter

Definition at line 99 of file abstract_tcp_server2.h.

◆ stop_signal_sent

template<class t_protocol_handler >
bool epee::net_utils::connection< t_protocol_handler >::shared_state::stop_signal_sent

Definition at line 101 of file abstract_tcp_server2.h.


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