msquic
msquic copied to clipboard
Cross-platform, C implementation of the IETF QUIC protocol, exposed to C, C++, C# and Rust.
## 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 -...
### 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...
### 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...
### 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...
## 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...
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...
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...
## 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...