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

### Describe the bug See https://packages.microsoft.com/amazonlinux/2023/prod/Packages/, the folder 'l' is missing. The RPM package for amazon linux does not contain libmsquic. Libmsquic is a pre-requisite for running HTTP/3. ### Affected...

Area: Build
external
Area: Automation
Area: Packaging

### Describe the bug I use this `./scripts/test.ps1` but `log.ps1: /home/feng/msquic/scripts/run-gtest.ps1:776 Line | 776 | & $LogScript -Cancel | Out-Null | ~~~~~~~~~~~~~~~~~~~~ | The term 'perf' is not recognized as...

Area: Testing
external

Resolves the following compiler errors after `vcpkg install ms-quic:x64-uwp`. These errors are due to being built with /RTC1, but being linked with a release CRT that doesn't have the RTC...

This is going to be a processor type like x86, x64, arm, or arm64. This change was originally authored by @LilyWangLL in https://github.com/microsoft/vcpkg/pull/39475 See https://cmake.org/cmake/help/latest/variable/CMAKE_HOST_SYSTEM_PROCESSOR.html

## Description Installing dotnet always hit known issue https://learn.microsoft.com/en-us/dotnet/core/install/linux-package-mixup?pivots=os-linux-ubuntu The cause should be because we already set repository for powershell which conflicts with the dotnet components. ## Testing Locally done...

## Description When adding a Token-Bucket filter and sending more data than we are allowed to, I found out that there was a lot of delay (the more we wait...

external
Area: API
Area: Core

## Description Logs QUIC_TLS_SECRETs on all TestConnections. If a filepath is provided, then it will write the QUIC_TLS_SECRETS in an sslkeylogfile format to the provided file path when the TestConnection...

Area: Testing

## Description reviving DPDK code ## Testing N/A ## Documentation not yet

## Description Just noticed that GitHub has beta support for Ubuntu 24.04. Let's test it out and see how it goes. ## Testing CI/CD ## Documentation N/A

Area: Build
Area: Testing
OS: Ubuntu

## Description Spinquic to use StreamSend, StreamStart and Get/SetParm op priorities. ## Testing See automation ## Documentation N/A

Area: Testing
Area: Stress