-
Notifications
You must be signed in to change notification settings - Fork 9
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 `7fa092b` to `e6a998f`. - [Release notes](https://github.com/microsoft/msquic/releases) - [Commits](microsoft/msquic@7fa092b...e6a998f) --- updated-dependencies: - dependency-name: msquic dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
6cfe1ee
commit 37bcef9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule msquic
updated
22 files
+1 −1 | .azure/OneBranch.Package.yml | |
+1 −1 | CMakeLists.txt | |
+1 −1 | Cargo.toml | |
+1 −1 | scripts/package-distribution.ps1 | |
+1 −1 | scripts/package-nuget.ps1 | |
+1 −1 | scripts/write-versions.ps1 | |
+3 −2 | src/core/connection.c | |
+2 −2 | src/core/crypto.c | |
+2 −2 | src/core/crypto.h | |
+40 −1 | src/core/crypto_tls.c | |
+1 −0 | src/core/packet.c | |
+1 −1 | src/core/transport_params.h | |
+53 −4 | src/core/unittest/TransportParamTest.cpp | |
+1 −1 | src/distribution/Info.plist | |
+16 −4 | src/inc/msquic.hpp | |
+1 −1 | src/inc/msquic.ver | |
+10 −1 | src/test/MsQuicTests.h | |
+9 −0 | src/test/bin/quic_gtest.cpp | |
+6 −0 | src/test/bin/winkernel/control.cpp | |
+24 −11 | src/test/lib/DrillDescriptor.cpp | |
+17 −9 | src/test/lib/DrillDescriptor.h | |
+45 −5 | src/test/lib/QuicDrill.cpp |