-
Notifications
You must be signed in to change notification settings - Fork 224
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
book: add a QUIC page #3380
book: add a QUIC page #3380
Conversation
Since English is not my first language, a thorough review for spell check and grammar is appreciated. |
LGTM but you might want to add it to the |
790ed09
to
dc81959
Compare
Adds a mostly aimless rant about QUIC protocol restrictions and quirks in fd_quic. Nonetheless, this information is valuable to anyone who seeks to communicate with fd_quic servers at scale.
dc81959
to
e33c2a3
Compare
@mmcgee-jump Sorry, I'm not sure where to add the page under config.mts. It doesn't fit under any of the existing categories. Let's do that in a follow-up PR |
|
||
RPKs are the preferred certificate type. | ||
|
||
Because support for RPK is rare the wild, fd_quic further supports fake |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because support for RPK is rare the wild, fd_quic further supports fake | |
Because support for RPK is rare in the wild, fd_quic further supports fake |
|
||
### Next Protocol Selection | ||
|
||
fd_quic/fd_tls uses the ALPN TLS extension (RFC 7301) to verify that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sometimes "fd_quic/fd_tls" is used as singular, other times as plural. Either one is fine, but keep it consistent.
|
||
## Unsupported Features | ||
|
||
As of 2024-Nov, features that fd_quic does not support include: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Preferably use "November 2024" or alternatively "2024-11"
Adds a mostly aimless rant about QUIC protocol restrictions and
quirks in fd_quic. Nonetheless, this information is valuable to
anyone who seeks to communicate with fd_quic servers at scale.