msquic
msquic copied to clipboard
Cross-platform, C implementation of the IETF QUIC protocol, exposed to C, C++, C# and Rust.
### Describe the bug https://github.com/microsoft/msquic/runs/7304802896?check_suite_focus=true ``` [----------] 1 test from ParameterValidation/WithValidateStreamEventArgs [ RUN ] ParameterValidation/WithValidateStreamEventArgs.ValidateStreamEvents/2 C:\__w\1\s\src\test\lib\EventTest.cpp(33): error: StreamEventValidator: Expected 1. Actual 3 C:\__w\1\s\src\test\lib\EventTest.cpp(8[56](https://github.com/microsoft/msquic/runs/7304802896?check_suite_focus=true#step:9:57)): error: Client.Complete.WaitTimeout(2000) not true C:\__w\1\s\src\test\lib\EventTest.cpp(33): error: StreamEventValidator:...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 1.0.3 to 1.1.2. Release notes Sourced from ossf/scorecard-action's releases. v1.1.2 What's Changed Fix for ossf/scorecard-action#329 Full Changelog: https://github.com/ossf/scorecard-action/compare/v1.1.1...v1.1.2 v1.1.1 What's Changed Fix for ossf/scorecard-action#323 Full Changelog: https://github.com/ossf/scorecard-action/compare/v1.1.0...v1.1.1...
### Describe the bug Version negotiation supports a complicated set of steps to deploy changes to the supported versions list of a fleet of servers. MsQuic provides the means to...
As it described in the doc of `closesocket` function for winsock TCP ([link][1]): > However, any data queued for transmission will be sent, if possible, before the underlying socket is...
### Describe the bug ``` [3][50f8.50f8][10:08:10.721496][ api] Enter 7 (0x5622f42e4700). [3][50f8.50f8][10:08:10.721690][ lib] ERROR, 336232638, "SSL_CTX_check_private_key failed". [3][50f8.50f8][10:08:10.721699][ api] Exit 126 [3][50f8.50f8][10:08:10.721703][test] FAILURE - "/workspaces/msquic/src/test/lib/HandshakeTest.cpp":1945 - "ServerConfiguration.IsValid() not true" [3][50f8.50f8][10:08:10.721744][ api]...
### Describe the bug Code scanning warns that the Posix usage of `sscanf` in cgroup.c could be an unbounded write. Not really, but we should fix it to make the...
### Describe the feature you'd like supported Need to expand load balancing support to more fully support QUIC Load Balancing draft. ### Proposed solution https://datatracker.ietf.org/doc/html/draft-ietf-quic-load-balancers ### Additional context _No response_
### Describe the feature you'd like supported Support for one-way delay timestamps, as described here: https://datatracker.ietf.org/doc/draft-huitema-quic-ts/ ### Proposed solution Unblocks the implementation of RMCAT algorithms (e.g., SCREAM) ### Additional context...
### Describe the feature you'd like supported [qlog](https://github.com/quiclog/internet-drafts) is a structured endpoint logging format specifically for QUIC and HTTP/3. It is on track to be adopted by the IETF QUIC...
### Describe the feature you'd like supported Related to #952, as a first step to support Android we need to support the Java run time.