|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
#include "transport_params.h"#include <chrono>#include <mutex>#include <optional>#include <string>#include <unordered_map>#include <vector>

Go to the source code of this file.
Classes | |
| struct | kcenon::network::protocols::quic::session_ticket_info |
| Contains session ticket data for 0-RTT resumption. More... | |
| class | kcenon::network::protocols::quic::session_ticket_store |
| Thread-safe storage for QUIC session tickets. More... | |
| class | kcenon::network::protocols::quic::replay_filter |
| Anti-replay protection for 0-RTT data. More... | |
| struct | kcenon::network::protocols::quic::replay_filter::config |
| Configuration for the replay filter. More... | |
| struct | kcenon::network::protocols::quic::replay_filter::nonce_entry |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::protocols |
| namespace | kcenon::network::protocols::quic |