-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[QUIC] API Update #49823
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] API Update #49823
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
6bf36e4
Cherry picked change from scalablecory/msquic-update.
ManickaP e96522e
Enum rename _FLAG --> _FLAGS to follow msquic naming.
ManickaP b92bd1d
Enums updated
ManickaP 7aa745c
Updated interop, compilable project.
ManickaP 6a132c5
Somewhat working update of msquic API
ManickaP 1d0d98c
Merge main
ManickaP 68a5c48
Post-merge compilation fixes.
ManickaP 851dc1b
Fixed most of the tests, one turned into ActiveIssue
ManickaP 78e3981
Comments.
ManickaP 7ad5163
Regenerated ref sources.
ManickaP f67ed0d
Addressed some feedback.
ManickaP 204f4fa
Added readme.
ManickaP 72ea176
Merge branch 'main' into mapichov/44580_quic_update
ManickaP 5d3884f
QUIC_ADDRESS_FAMILY
ManickaP c0f896f
Merge branch 'main' into mapichov/44580_quic_update
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
Enum rename _FLAG --> _FLAGS to follow msquic naming.
- Loading branch information
commit e96522e5180e41831dbfd261949d78f4b6ccad5e
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
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.
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.
I'm really NOT the style guy but in some other places we made the names C# friendly.
runtime/src/libraries/Common/src/System/Net/SecurityStatusPal.cs
Lines 25 to 30 in 79ae74f
and we use int unless uint is really needed (even if underlying C is uint)
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.
I won't change the naming scheme in this PR, that's too revolutionary 😃.
We might change it in a separate one or we might go a different direction if we chose to generate the interop.