|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
#include "kcenon/network/detail/utils/result_types.h"#include <cstdint>#include <span>#include <utility>#include <vector>

Go to the source code of this file.
Classes | |
| class | kcenon::network::protocols::quic::varint |
| QUIC variable-length integer encoding/decoding (RFC 9000 Section 16) More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::protocols |
| namespace | kcenon::network::protocols::quic |
Variables | |
| constexpr uint64_t | kcenon::network::protocols::quic::varint_max = 4611686018427387903ULL |
| Maximum value that can be encoded in QUIC variable-length integer. | |