wired
libc-free QUIC/HTTP3 SDK in C for x86_64-linux
Loading...
Searching...
No Matches
quic_ticket Struct Reference

One resumption ticket's plaintext contents (RFC 8446 4.6.1). More...

#include <ticket.h>

Data Fields

u8 secret [QUIC_TICKET_SECRET_LEN]
 resumption master secret
u64 issued_at
 server clock at issuance
u32 lifetime_secs
 ticket_lifetime (RFC 8446 4.6.1)
u32 age_add
 ticket_age_add (RFC 8446 4.6.1), random per ticket

Detailed Description

One resumption ticket's plaintext contents (RFC 8446 4.6.1).


The documentation for this struct was generated from the following file: