-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [msquic](https://github.com/microsoft/msquic) from `d88de36` to `ad4a32e`. - [Release notes](https://github.com/microsoft/msquic/releases) - [Commits](microsoft/msquic@d88de36...ad4a32e) --- updated-dependencies: - dependency-name: msquic dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
b5073a0
commit cc9778b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule msquic
updated
19 files
+4 −4 | .azure/OneBranch.Tests.Official.yml | |
+4 −4 | .azure/OneBranch.Tests.PullRequest.yml | |
+3 −3 | .github/workflows/code-coverage.yml | |
+0 −6 | .github/workflows/package-alpine-linux.yml | |
+0 −7 | .github/workflows/package-linux.yml | |
+2 −2 | .github/workflows/stress.yml | |
+3 −3 | .github/workflows/test.yml | |
+2 −1 | CMakeLists.txt | |
+35 −2 | scripts/quic_callback.ps1 | |
+25 −11 | scripts/secnetperf-helpers.psm1 | |
+0 −9 | src/cs/QuicSimpleTest/QuicHello.net8.0.csproj | |
+75 −87 | src/error.rs | |
+36 −36 | src/ffi/linux_bindings.rs | |
+6 −0 | src/ffi/mod.rs | |
+36 −36 | src/ffi/win_bindings.rs | |
+13 −5 | src/ffi/wrapper.hpp | |
+1 −1 | src/inc/quic_platform_winkernel.h | |
+477 −481 | src/lib.rs | |
+1 −1 | src/platform/datapath_winkernel.c |