Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Wording About Quick Being a Draft #1468

Merged
merged 1 commit into from
Dec 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions docs/book/src/quic.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# The QUIC protocol
[QUIC][QUIC] is a general-purpose network protocol built on top of UDP.
The protocol is still under development and standardized by the [IETF][IETF].
Quinn strives to implement the latest [draft][draft] but may lag a bit behind. Although QUIC is still in a draft phase,
[QUIC] is a general-purpose network protocol built on top of UDP,
and [standardized][rfc] by the [IETF]. Although QUIC is still relatively new,
the protocol is used for all connections from Chrome web browsers to the Google servers.

QUIC solves a number of transport-layer and application-layer problems experienced by modern web applications.
Expand All @@ -21,6 +20,6 @@ One thing is for sure, QUIC has many great potentials and will serve us in the f

In the upcoming chapter we will be discussing various aspects of QUIC also in relation to Quinn.

[draft]: https://datatracker.ietf.org/doc/draft-ietf-quic-transport/
[rfc]: https://www.rfc-editor.org/rfc/rfc9000.html
[IETF]: https://www.ietf.org/
[QUIC]: https://en.wikipedia.org/wiki/QUIC
[QUIC]: https://en.wikipedia.org/wiki/QUIC