This repository was archived by the owner on Aug 11, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 52
quic: additional edits and multiple endpoint start #223
Closed
Conversation
This file contains hidden or 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
addaleax
approved these changes
Dec 7, 2019
Member
Author
|
|
To set up support for supporting multiple endpoints, the QuicSession needs to know the local endpoint directly rather than relying on the QuicSocket to provide it.
4cd3f02 to
aa81626
Compare
Member
Author
|
There's still a lot to do to get QuicSocket's ready for multiple udp endpoints but this lays the ground work. Will do the rest in a separate PR |
addaleax
reviewed
Dec 11, 2019
Member
Author
|
Landed |
jasnell
added a commit
that referenced
this pull request
Dec 13, 2019
PR-URL: #223 Reviewed-By: Anna Henningsen <[email protected]>
jasnell
added a commit
that referenced
this pull request
Dec 13, 2019
PR-URL: #223 Reviewed-By: Anna Henningsen <[email protected]>
jasnell
added a commit
that referenced
this pull request
Dec 13, 2019
PR-URL: #223 Reviewed-By: Anna Henningsen <[email protected]>
jasnell
added a commit
that referenced
this pull request
Dec 13, 2019
To set up support for supporting multiple endpoints, the QuicSession needs to know the local endpoint directly rather than relying on the QuicSocket to provide it. PR-URL: #223 Reviewed-By: Anna Henningsen <[email protected]>
jasnell
added a commit
that referenced
this pull request
Dec 13, 2019
PR-URL: #223 Reviewed-By: Anna Henningsen <[email protected]>
jasnell
added a commit
that referenced
this pull request
Dec 13, 2019
PR-URL: #223 Reviewed-By: Anna Henningsen <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Additional edits + Beginning support for multiple local UDP endpoints