msquic
msquic copied to clipboard
Cross-platform, C implementation of the IETF QUIC protocol, exposed to C, C++, C# and Rust.
Update the PGO database with the latest perf numbers
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 1.0.3 to 2.0.3. Release notes Sourced from ossf/scorecard-action's releases. v2.0.3 Patch for fix in #898 v2.0.2 Fixes ossf/scorecard-action#895 v2.0.1 Fix for #856 v2.0.0 What's Changed 🌱 Prepare...
## Description Fix some issues regarding kqueue on FreeBSD. Will work also for MacOS. ## Testing Tested with src/tools/sample/sample.c and data transmission works between a client and a server and...
## Description Fix/suppress some new clang/cppcheck warnings ## Testing Should be covered by existing tests. ## Documentation Nope.
## Description Refactors the MsQuic API to allow for the application to explicitly configure the execution of MsQuic internals. This is the next step to allow the app to fully...
### Describe the bug When attempting to listen on IPv6 address on platforms which have IPv6 disabled, MsQuicListenerStart still returns success, although it is not possible to create a connection...
## Description This starts documentation about the architecture of MsQuic. Right now, it's mostly just bits at the platform layer, but future PRs will continue to build on this.
### Describe the feature you'd like supported A manual/automatic pipeline to test published packages ### Proposed solution Ensure published packages can be installed and can function as expected. ### Additional...
### Describe the feature you'd like supported In .NET Runtime, there is some logic conditioned on QUIC support on the platform (related to HTTP3). When checking QUIC support, we load...
### Describe the bug Msquic is blocked in the SetParam function when I try to re-establish a new connection with the server. I defined the function ```QuicConnectionCallback``` as a callback...