Skip to content

Commit

Permalink
Bump msquic from b01cef9 to 3001d44 (#251)
Browse files Browse the repository at this point in the history
Bumps [msquic](https://github.com/microsoft/msquic) from `b01cef9` to `3001d44`.
- [Release notes](https://github.com/microsoft/msquic/releases)
- [Commits](microsoft/msquic@b01cef9...3001d44)

---
updated-dependencies:
- dependency-name: msquic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 86b7f70 commit e2591ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msquic
Submodule msquic updated 44 files
+15 −6 .azure/OneBranch.Official.yml
+99 −89 .azure/OneBranch.Publish.yml
+14 −6 .azure/OneBranch.PullRequest.yml
+6 −6 .azure/obtemplates/build-distribution.yml
+10 −17 .azure/obtemplates/build-linux-packages.yml
+19 −19 .azure/obtemplates/build-linux.yml
+2 −2 .azure/obtemplates/download-artifacts.yml
+3 −3 .github/workflows/build-reuse-darwin-framework.yml
+1 −1 .github/workflows/build-reuse-unix.yml
+1 −1 .github/workflows/build-reuse-win.yml
+1 −1 .github/workflows/build-reuse-winkernel.yml
+1 −1 .github/workflows/build.yml
+1 −1 .github/workflows/cargo.yml
+1 −1 .github/workflows/cifuzz.yml
+4 −4 .github/workflows/code-coverage.yml
+3 −3 .github/workflows/codeql-analysis.yml
+2 −2 .github/workflows/docker-publish-xcomp.yml
+2 −2 .github/workflows/docker-publish.yml
+71 −11 .github/workflows/package-linux.yml
+6 −2 .github/workflows/package-reuse-linux.yml
+5 −6 .github/workflows/plugins.yml
+2 −2 .github/workflows/scorecards-analysis.yml
+2 −2 .github/workflows/stress.yml
+16 −3 .github/workflows/test.yml
+4 −4 .github/workflows/wan-perf.yml
+84 −0 scripts/docker-script.sh
+33 −10 scripts/make-packages.sh
+10 −9 scripts/package-distribution.ps1
+4 −0 scripts/run-gtest.ps1
+3 −0 src/bin/CMakeLists.txt
+6 −0 src/cs/QuicSimpleTest/Program.cs
+9 −0 src/cs/QuicSimpleTest/QuicHello.net8.0.csproj
+9 −0 src/cs/QuicSimpleTest/QuicHello.net9.0.csproj
+8 −0 src/inc/quic_platform.h
+2 −1 src/perf/lib/PerfClient.cpp
+1 −1 src/perf/lib/PerfServer.h
+6 −0 src/perf/lib/SecNetPerf.h
+4 −1 src/perf/lib/SecNetPerfMain.cpp
+86 −32 src/perf/lib/Tcp.cpp
+12 −2 src/perf/lib/Tcp.h
+3 −11 src/platform/datapath_winuser.c
+3 −2 src/plugins/trace/dll/DataModel/QuicEvents.cs
+36 −0 src/plugins/trace/dll/Tables/QuicStreamLifetime.cs
+1 −1 src/plugins/trace/dll/pluginManifest.json

0 comments on commit e2591ee

Please sign in to comment.