-
-
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
(2) Quinn Introduction Chapter, Connection Setup Page #921
Merged
+85
−1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Nov 17, 2020
djc
reviewed
Nov 28, 2020
Thanks for the feedback. It is ready for another feedback round! |
djc
reviewed
Dec 13, 2020
It is ready for another round! |
djc
reviewed
Jan 13, 2021
Co-authored-by: Dirkjan Ochtman <[email protected]>
Co-authored-by: Dirkjan Ochtman <[email protected]>
Co-authored-by: Dirkjan Ochtman <[email protected]>
Co-authored-by: Dirkjan Ochtman <[email protected]>
Nice, it's ready! |
Please fix the conflict here. |
Conflict fixed 👍 |
djc
approved these changes
Jan 28, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is part of a series of PR's regarding the book creation as described in #865. Each page of this chapter will have its own PR for reducing PR size.
- Connection Setup ((2) Quinn Introduction Chapter, Connection Setup Page #921)
Live Version
A live version of this page can be found here. This book shows all the work that I have up-to-now. The pages that are visible but don't have a PR yet should are welcome to have general feedback.
Chapter Motivation
This chapter will go through the protocol by examples. The chapters are in the required order, first, we look at configuring a certificate which is required, then at setting up a connection, and finally at sending data about this connection. In the future, more pages can be added.
After reading this chapter the reader should be able to send data over a secured with a real or self-signed certificate, or insecure, connection.
The target audience is people who are new to the library and want to get started quickly by some examples and a short explanation. It is not meant to describe the entire API.
Page Motivation
The page introduces the reader to set up an endpoint and to acquire access to the
Connection
andNewConnection
types. The process of certificates (#920) and data transfer (#922) is omitted on this page to prevent duplication.Remarks