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 https://dev.azure.com/ms/msquic/_build/results?buildId=436080&view=logs&j=b7f0e904-2cea-585b-8e20-67062f2bef10&t=81f432f0-d5f0-5258-5253-0dcccc920e38 ``` [03/08/2023 12:41:30] Process had nonzero exit code: -1073740768 ##[warning][03/08/2023 12:41:30] Dump file(s) generated ================================================================================== msquictest.exe.6444.dmp ================================================================================== # Child-SP RetAddr Call Site 00 000000a9`298fdab8 00007ff8`04c6bc1e...

Bug: Core

### Describe the bug When testing commit 5c070cdc, we discovered a behavior on the MsQuic server that deviates from the specification. As described in RFC 9000 (https://www.rfc-editor.org/rfc/rfc9000.html#name-negotiating-connection-ids), the client and...

Bug: Core
external
Area: Core

### Describe the bug https://github.com/microsoft/msquic/actions/runs/4428097375/jobs/7766686061#step:8:2260 ``` [ RUN ] Misc/WithAbortiveArgs.AbortiveShutdown/340 D:\a\msquic\msquic\src\test\lib\DataTest.cpp(1030): error: Client failed to get connected before timeout! [ FAILED ] Misc/WithAbortiveArgs.AbortiveShutdown/340, where GetParam() = v4/1/1/1/0/1/0/1/0/0 (2566 ms) [----------]...

OS: Windows (User)
Bug: Platform
Area: Lola

### Describe the bug ``` thread #2 frame #0: 0x00007ff81985500e libsystem_kernel.dylib`__pthread_kill + 10 frame #1: 0x00007ff81988b1ff libsystem_pthread.dylib`pthread_kill + 263 frame #2: 0x00007ff8197d6d24 libsystem_c.dylib`abort + 123 frame #3: 0x000000010fa745a8 libmsquic.2.dylib`quic_bugcheck(File="/Users/runner/work/1/s/src/platform/datapath_kqueue.c", Line=2094,...

OS: macOS
OS: iOS
Bug: Platform
OS: FreeBSD

### Describe the feature you'd like supported During a recent test with QTIP, it was observed that the system had 4 logical processors ![image](https://user-images.githubusercontent.com/128183206/226420297-b72e92d0-40ac-48a7-95cd-8af88680f692.png) but XDP user mode polling seems...

feature request
Area: Lola
Partner: SQL

### Describe the bug The timer-based loss detection seems to fall apart when RTT is 100s of microseconds. The `RTT/8` interval for loss might be too short because CPU scheduler...

Area: Performance
Area: Core

### Describe the bug Server does not seem to get the event which would advertise peers willingness to receive QUIC Datagrams. It only receives DATAGRAM_STATE_CHANGED events resulting from MTU changes...

Bug: Core
Partner: .NET

## Description Trying out what happens with larger MTUs ## Testing Automation ## Documentation None

Area: Performance
Area: Core

Currently, the code coverage data is incomplete. The unit tests statically link the msquic library, to access the internal functions, which means that code coverage doesn't realize those functions are...

Area: Build
Area: Testing
Bug: Test/Tool

## Description Linux xdp dependencies ## Testing N/A ## Documentation not officially supported yet