Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
connection_id.h File Reference

QUIC connection identifier type. More...

#include <array>
#include <cstdint>
#include <span>
#include <string>
Include dependency graph for connection_id.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.