-
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 `7ff58fe` to `b386980`. - [Release notes](https://github.com/microsoft/msquic/releases) - [Commits](microsoft/msquic@7ff58fe...b386980) --- 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
0704823
commit 7f721ed
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 | README.md | |
+8 −0 | docs/Diagnostics.md | |
+73 −0 | docs/Sample.md | |
+40 −11 | docs/TSG.md | |
+1 −1 | scripts/run-gtest.ps1 | |
+1 −1 | scripts/test.ps1 | |
+0 −4 | src/core/connection.c | |
+2 −2 | src/inc/quic_datapath.h | |
+1 −1 | src/perf/lib/RpsClient.h | |
+7 −0 | src/test/MsQuicTests.h | |
+11 −3 | src/test/bin/quic_gtest.cpp | |
+11 −3 | src/test/bin/winkernel/control.cpp | |
+3 −0 | src/test/lib/ApiTest.cpp | |
+3 −1 | src/test/lib/DataTest.cpp | |
+6 −0 | src/test/lib/EventTest.cpp | |
+7 −0 | src/test/lib/HandshakeTest.cpp | |
+15 −0 | src/test/lib/TestConnection.cpp | |
+2 −0 | src/test/lib/TestConnection.h |