Skip to content

Commit 00f6228

Browse files
authored
[+] Add Features description (#235)
1 parent 15aa3e8 commit 00f6228

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

+32
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,38 @@ XQUIC Library released by Alibaba is …
2020

2121
**still in active development.** [Interoperability](https://interop.seemann.io/) is regularly tested with other QUIC implementations.
2222

23+
### Features
24+
25+
[![](https://img.shields.io/static/v1?label=RFC&message=9000&color=brightgreen)](https://tools.ietf.org/html/rfc9000)
26+
[![](https://img.shields.io/static/v1?label=RFC&message=9001&color=brightgreen)](https://tools.ietf.org/html/rfc9001)
27+
[![](https://img.shields.io/static/v1?label=RFC&message=9002&color=brightgreen)](https://tools.ietf.org/html/rfc9002)
28+
[![](https://img.shields.io/static/v1?label=RFC&message=9114&color=brightgreen)](https://tools.ietf.org/html/rfc9114)
29+
[![](https://img.shields.io/static/v1?label=RFC&message=9204&color=brightgreen)](https://tools.ietf.org/html/rfc9204)
30+
31+
32+
[![](https://img.shields.io/static/v1?label=draft-13&message=QUIC-LB&color=9cf)](https://tools.ietf.org/html/draft-ietf-quic-load-balancers-13)
33+
[![](https://img.shields.io/static/v1?label=draft-01&message=Multipath-QUIC&color=9cf)](https://tools.ietf.org/html/draft-ietf-quic-multipath-01)
34+
35+
#### Standardized Features
36+
37+
* All big features conforming with [RFC 9000](https://www.rfc-editor.org/rfc/rfc9000), [RFC9001](https://www.rfc-editor.org/rfc/rfc9001), [RFC9002](https://www.rfc-editor.org/rfc/rfc9002), [RFC9114](https://www.rfc-editor.org/rfc/rfc9114) and [RFC9204](https://www.rfc-editor.org/rfc/rfc9204), including the interface between QUIC and TLS, 0-RTT connection establishment, HTTP/3 and QPACK.
38+
39+
* ALPN Extension conforming with [RFC7301](https://www.rfc-editor.org/rfc/rfc7301)
40+
41+
#### Not Yet Standardized Features
42+
43+
* [Multipath QUIC](https://tools.ietf.org/html/draft-ietf-quic-multipath-01) (beta version)
44+
45+
* [QUIC-LB](https://tools.ietf.org/html/draft-ietf-quic-load-balancers-13)
46+
47+
#### Library Features
48+
49+
* Pluggable congestion control: NewReno, Cubic, BBR and BBRv2, ...
50+
51+
* Pluggable cryptography, integration with BoringSSL and BabaSSL
52+
53+
* Cross-platform implementation, support Android, iOS, Linux, macOS and Windows
54+
2355
## Requirements
2456

2557
To build XQUIC, you need

0 commit comments

Comments
 (0)