mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
update boringssl version info to support h3 (#346)
* update boringssl version info to support h3 RFC9001: QUIC transport parameters are carried in a TLS extension. Different versions of QUIC might define a different method for negotiating transport configuration. h3: quic_transport_parameters(0x39) * Fix comments about support draft verions
This commit is contained in:
parent
83eb86cb6d
commit
646652a67c
2 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ enum lsquic_version
|
|||
};
|
||||
|
||||
/**
|
||||
* We currently support versions 43, 46, 50, Draft-27, Draft-29, Draft-34,
|
||||
* We currently support versions 43, 46, 50, Draft-27, Draft-29,
|
||||
* and IETF QUIC v1.
|
||||
* @see lsquic_version
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue