msquic icon indicating copy to clipboard operation
msquic copied to clipboard

Cross-platform, C implementation of the IETF QUIC protocol, exposed to C, C++, C# and Rust.

Results 359 msquic issues
Sort by recently updated
recently updated
newest added

Update the PGO database with the latest perf numbers

Area: Performance
Area: Automation

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...

dependencies
github_actions

## 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...

OS: FreeBSD

## Description Fix/suppress some new clang/cppcheck warnings ## Testing Should be covered by existing tests. ## Documentation Nope.

Area: Build
external

## 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...

OS: Windows (User)
OS: Ubuntu
OS: macOS
Area: API
Area: Core

### 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...

Bug: Core
Area: API

## 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.

Area: Documentation

### 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...

help wanted
feature request

### 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...

feature request
Area: Performance
Area: API

### 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...

Area: Documentation
external
Area: API