mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
[BUGFIX]IETF QUIC v1(RFC9000) Retry Packet Integrity use draft-ietf-quic-tls-33 (or RFC9001) (#332)
Co-authored-by: luojianxiang <luojianxiang05@gmailcom>
This commit is contained in:
parent
843f807b95
commit
f5bc76471f
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ extern const unsigned char *const lsquic_retry_key_buf[N_IETF_RETRY_VERSIONS];
|
|||
extern const unsigned char *const lsquic_retry_nonce_buf[N_IETF_RETRY_VERSIONS];
|
||||
#define lsquic_version_2_retryver(ver_) ( \
|
||||
(ver_) <= LSQVER_ID27 ? 0 : \
|
||||
(ver_) <= LSQVER_I001 ? 1 : \
|
||||
(ver_) < LSQVER_I001 ? 1 : \
|
||||
2)
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue