-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[QUIC] Options classes fixes #10828
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
Merged
Merged
[QUIC] Options classes fixes #10828
Changes from 8 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
067e4df
Listener options fixes
ManickaP 6a803ff
Windows sizes power of 2 constraint
ManickaP c94913c
Small fixes
ManickaP 8439214
Removed non-existing namespace
ManickaP e5d53ff
Added links to conceptual docs
ManickaP 3c05303
RFC link
ManickaP 4958317
callback details in summary
ManickaP b046acc
Links to conceptual docs for options classes
ManickaP 6a63806
Update xml/System.Net.Quic/QuicClientConnectionOptions.xml
ManickaP 9f22f5f
Update xml/System.Net.Quic/QuicConnection.xml
ManickaP 6592c14
Update xml/System.Net.Quic/QuicConnectionOptions.xml
ManickaP 23e4143
Apply suggestions from code review
ManickaP File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
<Namespace Name="System.Net.Quic"> | ||
<Docs> | ||
<summary>Contains types that implement the QUIC protocol specified by RFC 9000.</summary> | ||
<summary>Contains types that implement the QUIC protocol specified by <see href="https://www.rfc-editor.org/rfc/rfc9000.html">RFC 9000</see>.</summary> | ||
<remarks>To be added.</remarks> | ||
<related type="ExternalDocumentation" href="/dotnet/fundamentals/networking/quic/quic-overview">QUIC in .NET</related> | ||
ManickaP marked this conversation as resolved.
Show resolved
Hide resolved
|
||
</Docs> | ||
</Namespace> |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.