1#ifndef QUIC_CONN_PNSPACE_H
2#define QUIC_CONN_PNSPACE_H
25#define QUIC_PN_LIMIT (((u64)1 << 62) - 1)
37int quic_pnspace_exhausted(
const quic_pnspace* s, quic_pns_space space);
Per-space next-packet-number counters (RFC 9000 12.3).
Definition pnspace.h:17
u64 next[QUIC_PNS_COUNT]
next packet number, indexed by quic_pns_space
Definition pnspace.h:18
x86_64 Linux direct syscalls.
unsigned long u64
unsigned 64-bit integer
Definition syscall.h:12