commit | 5ff1c9778ca6753f0a43d619f47b0191fef35488 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Jan 11 14:11:32 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Jan 12 11:08:48 2022 +0100 |
tree | d07c4c3eac365568aac83f459bbccc46b8e6ea5d | |
parent | 6efec292ef77ec87ffbbc2e3547e697170f2663f [diff] |
MEDIUM: quic: implement Initial token parsing Implement the parsing of token from Initial packets. It is expected that the token contains a CID which is the DCID from the Initial packet received from the client without token which triggers a Retry packet. This CID is then used for transport parameters. Note that at the moment Retry packet emission is not implemented. This will be achieved in a following commit.