mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
update README.
This commit is contained in:
parent
e8a78e300e
commit
851b0b0a57
1 changed files with 10 additions and 10 deletions
20
README.md
20
README.md
|
@ -22,22 +22,22 @@ Standard Compliance
|
|||
|
||||
LiteSpeed QUIC is mostly compliant to the follow RFCs:
|
||||
|
||||
- [RFC 9000](https://www.rfc-editor.org/rfc/rfc9000)
|
||||
- [RFC 9001](https://www.rfc-editor.org/rfc/rfc9001)
|
||||
- [RFC 9002](https://www.rfc-editor.org/rfc/rfc9002)
|
||||
- [RFC 9114](https://www.rfc-editor.org/rfc/rfc9114)
|
||||
- [RFC 9204](https://www.rfc-editor.org/rfc/rfc9204)
|
||||
- [RFC 9000](https://www.rfc-editor.org/rfc/rfc9000) QUIC: A UDP-Based Multiplexed and Secure Transport
|
||||
- [RFC 9001](https://www.rfc-editor.org/rfc/rfc9001) Using TLS to Secure QUIC
|
||||
- [RFC 9002](https://www.rfc-editor.org/rfc/rfc9002) QUIC Loss Detection and Congestion Control
|
||||
- [RFC 9114](https://www.rfc-editor.org/rfc/rfc9114) HTTP/3
|
||||
- [RFC 9204](https://www.rfc-editor.org/rfc/rfc9204) QPACK: Field Compression for HTTP/3
|
||||
|
||||
QUIC protocol extensions
|
||||
------------------------
|
||||
|
||||
The following QUIC protocol extensions are implemented:
|
||||
|
||||
- [QUIC Version 2](https://www.rfc-editor.org/authors/rfc9369.html)
|
||||
- [Compatible Version Negotiation](https://datatracker.ietf.org/doc/draft-ietf-quic-version-negotiation/)
|
||||
- [Datagrams](https://datatracker.ietf.org/doc/html/rfc9221)
|
||||
- [RFC 9368](https://www.rfc-editor.org/rfc/rfc9368) Compatible Version Negotiation for QUIC
|
||||
- [RFC 9369](https://www.rfc-editor.org/rfc/rfc9369) QUIC Version 2
|
||||
- [RFC 9221](https://www.rfc-editor.org/rfc/rfc9221) An Unreliable Datagram Extension to QUIC
|
||||
- [RFC 9287](https://www.rfc-editor.org/rfc/rfc9287) Greasing the QUIC Bit
|
||||
- [ACK Frequency](https://datatracker.ietf.org/doc/draft-ietf-quic-ack-frequency/)
|
||||
- [Greasing the QUIC Bit](https://datatracker.ietf.org/doc/html/rfc9287)
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
|
@ -71,7 +71,7 @@ You may need to install pre-requisites like zlib and libevent.
|
|||
2. Use specific BoringSSL version
|
||||
|
||||
```
|
||||
git checkout 31bad2514d21f6207f3925ba56754611c462a873
|
||||
git checkout 9fc1c33e9c21439ce5f87855a6591a9324e569fd
|
||||
```
|
||||
Or, just try the latest master branch.
|
||||
|
||||
|
|
Loading…
Reference in a new issue