-
-
Notifications
You must be signed in to change notification settings - Fork 396
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
Documentation - MdBook tracking issue #865
Comments
A couple quick notes:
We shouldn't describe these as a type of stream, though we should definitely discuss them and compare/contrast to unidirectional streams. |
What would you propose as a topic name instead of streams? |
Maybe something like "Data transfer"? (Note that your capitalization is pretty inconsistent here. I would prefer that we consistently just use "Single capital letter per title" rather than "Capitals For Every Word".) |
Good point for when I am going to work on them. Those titles are still a draft and are mostly a copy of @Ralith proposal in the other issue. I created two lists one with topics that are definitive and a list with ideas. I will try to keep that first list as close to the real book index as possible. |
Locally I have a branch ready for the Networking Introduction. I will be working on the Quinn section now. When this PR #868 is merged I can create a pull request for it because those chapters build up on each other. |
This issue describes all the sections the new MD-book will contain. It belongs to a bigger overall documentation project as described here: #861.
The draft book can be found here. I will create PR's for individual pages if they are done. If you think that something could be added or have any ideas for improvement you could share it in this issue. It isn't definitive but feedback is welcome.
Definitive List of topics
(selected means written, [#000] means it has a PR already. I have some local branches queued up.
- Description: README page embedded.
- Goal: will make the user familiarize with QUINN on a more abstract level.
- Description: what is QUIC very short, non-technical analysis that
- Goal: will make the user familiarize with QUIC on a more abstract level.
- Description: Introduction to various concepts within networking.
- Goal: will make the user familiarize with concepts, the terminology used in networking.
- Description: Detailed analyses of the QUINN protocol and several guidance examples.
- Goal: will make the user familiarize with QUINN and its API on a more technical level, also it makes him aware of differences to other protocols.
-[ ] Workarounds for non-DNS applications (see Support connecting to IP addresses #564)
Ideas for possible subjects
streams-as-framing for unordered messages
via application framing in a single stream
The text was updated successfully, but these errors were encountered: