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

## Description - CPUID to take HyperThreading enabled flag - Thread per core is not necessarily 2 ## Testing ## Documentation Will do for libhwloc installation

### Describe the bug Looks like I can't call `QuicAddrSetFamily()` or `QuicAddrSetPort()` on MacOS. Didn't see those functions in the header files in the release either. ### Affected OS -...

OS: macOS
external
Area: API

### Describe the feature you'd like supported We have no coverage for FreeBSD, but are trying to support it. We should onboard some automation to try to run tests on...

help wanted
Area: Testing
feature request
Area: Automation
OS: FreeBSD

### Describe the bug This is related to https://github.com/dotnet/arcade/issues/10253 libmsquic package was installed on .NET test queues but tests dir not run successfully. After some investigation I found there are...

Area: Build
OS: Ubuntu

### Describe the bug https://github.com/microsoft/msquic/runs/7916845165?check_suite_focus=true#step:9:1600 ``` [ RUN ] Misc/WithCidUpdateArgs.CidUpdate/5 C:\__w\1\s\src\test\lib\HandshakeTest.cpp(2144): error: Client.GetLocalBidiStreamCount() not equal to (uint16_t)(100+i) [ FAILED ] Misc/WithCidUpdateArgs.CidUpdate/5, where GetParam() = v6/4 (1021 ms) ``` ### Affected...

Bug: Core
OS: Windows (User)
Bug: Test/Tool

## Description Build Openssl debug and release variants in separate directories to better support multi config generators (like ninja) on all platforms. ## Testing _Do any existing tests cover this...

Area: Build
external

Bumps [submodules/googletest](https://github.com/google/googletest) from `5df0241` to `9d43b27`. Commits 9d43b27 Revert incorrect update. db38b59 Rollback https://github.com/google/googletest/commit/9756ee7cbaef1b6652065616... See full diff in compare view Dependabot will resolve any conflicts with this PR as long...

dependencies
submodules

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.1 to 4.0.2. Release notes Sourced from codecov/codecov-action's releases. v4.0.2 What's Changed Update README.md by @​thomasrockhu-codecov in codecov/codecov-action#1251 build(deps-dev): bump @​types/jest from 29.5.11 to 29.5.12 by @​dependabot...

dependencies
github_actions

## Description For some reason having -Configurationname Powershell.7 breaks WSMan on the lab machine. ## Testing N/A ## Documentation N/A

### Describe the bug client send a query request to server. when server received the request in the stream_callback function(event is QUIC_STREAM_EVENT_RECEIVE) , I used StreamSend function to send the...

question
external