forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[QUIC] Adopted msquic generated interop (dotnet#68288)
* MsQuicApi adjusted * QuicParamHelper adjusted * MsQuicConfiguration adjusted * Added MsQuicException * MsQuicConnection adjusted * MsQuicListener adjusted * MsQuicStream adjusted * It compiles! * Some test fixes * Fixed stream read event handling * Re-enabled IPv6 tests * latest greatest * Update src/libraries/System.Net.Quic/src/System/Net/Quic/Implementations/MsQuic/MsQuicListener.cs * MsQuic interop enum names * 3rd Party notice, version check * SafeHandleType * Replaced AlpnHelpers with MsQuicBuffers generic QUIC_BUFFER* helper * Sealed exception class * Feedback MsQuicBuffers * NativeMemory use * Newest msquic interop * Buffers feedback * Remove MemoryHandle pooling * Buffers feedback * Logging feedback
- Loading branch information
Showing
38 changed files
with
3,894 additions
and
2,553 deletions.
There are no files selected for viewing
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 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
4 changes: 0 additions & 4 deletions
4
...stem.Net.Quic/src/System/Net/Quic/Implementations/MsQuic/Internal/MsQuicAddressHelpers.cs
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 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
Oops, something went wrong.