|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
QUIC connection identifier type. More...
#include <array>#include <cstdint>#include <span>#include <string>

Go to the source code of this file.
Classes | |
| class | kcenon::network::protocols::quic::connection_id |
| QUIC Connection ID (RFC 9000 Section 5.1) More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::protocols |
| namespace | kcenon::network::protocols::quic |
QUIC connection identifier type.
QUIC Connection ID implementation (RFC 9000 Section 5.1)
Provides the connection_id class for generating, comparing, and managing QUIC connection identifiers (0-20 bytes).
Definition in file connection_id.h.