msquic
msquic copied to clipboard
Cross-platform, C implementation of the IETF QUIC protocol, exposed to C, C++, C# and Rust.
### Describe the feature you'd like supported When looking at perf traces, I noticed 2.5% of the connection was spent simply updating the max flow control for stream IDs; essentially...
### Describe the bug It seems like regression from https://github.com/microsoft/msquic/pull/3826 @nibanks. I did binary search on changes and previous commit (cd49fbb) works fine. This is likely root cause for https://github.com/dotnet/runtime/issues/91757...
### Describe the feature you'd like supported output as a callback for the estimated bandwidth available at the time to the application layer ### Proposed solution Currently, the estimated bandwidth...
Update the PGO database with the latest perf numbers
### Describe the feature you'd like supported I want to know if there is any support and instruction for building MS QUIC for Android. ### Proposed solution MS QUIC for...
## Description _Describe the purpose of and changes within this Pull Request._ ## Testing _Do any existing tests cover this change? Are new tests needed?_ ## Documentation _Is there any...
Updated the doc to let the user know `QUIC_CREDENTIAL_FLAG_USE_TLS_BUILTIN_CERTIFICATE_VALIDATION` must be used if they want to add a custom CA. ## Description This was difficult to find out manually and...
### Describe the bug I get a compilation error when trying to build for Linux ARM64 on the `linux-build-xcomp:22.04` docker image while building for Linux x86_64 works. I'm trying to...
### Describe the feature you'd like supported When data on a QUIC stream is available, MSQuic gives the buffer with the data to the application. The application can hold on...
### Describe the bug Try compile msquic as static library, it may failed by linking dl.a and file not found ### Affected OS - [ ] Windows - [X] Linux...