-
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 `55830d3` to `045cd64`. - [Release notes](https://github.com/microsoft/msquic/releases) - [Commits](microsoft/msquic@55830d3...045cd64) --- 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
1 parent
01e9da9
commit 4e49257
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule msquic
updated
19 files
+1 −1 | .azure/OneBranch.Official.yml | |
+1 −0 | .azure/obtemplates/build-winkernel.yml | |
+1 −0 | .azure/obtemplates/build-winuser.yml | |
+1 −0 | .github/ISSUE_TEMPLATE/bug_report.yaml | |
+2 −0 | .github/workflows/code-coverage.yml | |
+3 −3 | docs/Release.md | |
+1 −0 | scripts/recvfuzz.ps1 | |
+75 −0 | scripts/secnetperf-helpers.psm1 | |
+10 −39 | scripts/secnetperf.ps1 | |
+3 −1 | src/core/api.c | |
+10 −0 | src/core/connection.c | |
+5 −0 | src/core/connection.h | |
+2 −0 | src/core/loss_detection.c | |
+0 −18 | src/generated/linux/cert_capi.c.clog.h | |
+0 −19 | src/generated/linux/cert_capi.c.clog.h.lttng.h | |
+0 −16 | src/inc/quic_cert.h | |
+0 −125 | src/platform/cert_capi.c | |
+508 −106 | src/tools/recvfuzz/recvfuzz.cpp | |
+1 −1 | submodules/googletest |