Skip to content

Commit

Permalink
[BUGFIX]IETF QUIC v1(RFC9000) Retry Packet Integrity use draft-ietf-…
Browse files Browse the repository at this point in the history
…quic-tls-33 (or RFC9001) (#332)

Co-authored-by: luojianxiang <luojianxiang05@gmailcom>
  • Loading branch information
fastcome1985 and luojianxiang authored Sep 29, 2021
1 parent 843f807 commit f5bc764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liblsquic/lsquic_ietf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f5bc764

Please sign in to comment.