|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
Protocol tag for QUIC transport. More...
#include <protocol_tags.h>

Static Public Attributes | |
| static constexpr std::string_view | name {"quic"} |
| static constexpr bool | is_connection_oriented = true |
| static constexpr bool | is_reliable = true |
Protocol tag for QUIC transport.
Represents the QUIC protocol, a modern transport protocol built on UDP that provides multiplexed connections with built-in TLS 1.3 encryption.
Definition at line 98 of file protocol_tags.h.
|
staticconstexpr |
Definition at line 100 of file protocol_tags.h.
|
staticconstexpr |
Definition at line 101 of file protocol_tags.h.
|
staticconstexpr |
Definition at line 99 of file protocol_tags.h.