-
-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
Currently, when using 0-RTT we use NoValidationQuicTokenHandler
on server side which do no validation to avoid retry packet
. Should we support token cache and reuse on client side, so we can do address validation on first Initial packet without retry packet
?
With a simple investigation, some works need to be done:
- quiche C-API should support set token to Initial packet.
- quiche should support send NEW_TOKEN frame.
- Implement token cache, and maybe add some expiration on token.
Metadata
Metadata
Assignees
Labels
No labels