|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|


Go to the source code of this file.
Classes | |
| struct | kcenon::network::core::session_info_base< SessionType, true > |
| Specialization with activity tracking enabled. More... | |
| struct | kcenon::network::core::session_info_base< SessionType, false > |
| Specialization without activity tracking (minimal overhead) More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::core |
Typedefs | |
| template<typename SessionType > | |
| using | kcenon::network::core::session_info_t |
| Convenience alias that selects the appropriate session_info_base based on session_traits. | |