-
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 `10f2487` to `9610803`. - [Release notes](https://github.com/microsoft/msquic/releases) - [Commits](microsoft/msquic@10f2487...9610803) --- 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
40f1db4
commit 8d3fc7e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule msquic
updated
23 files
+3 −2 | .CodeQL.yml | |
+14 −1 | .github/workflows/cargo.yml | |
+0 −3 | CMakeLists.txt | |
+3 −0 | Cargo.toml | |
+5 −1 | scripts/build.rs | |
+2 −1 | src/bin/CMakeLists.txt | |
+0 −5 | src/bin/msquic-config-unix.cmake.in | |
+1 −2 | src/bin/msquic-config.cmake.in | |
+73 −10 | src/core/ack_tracker.c | |
+14 −0 | src/core/ack_tracker.h | |
+15 −9 | src/core/connection.c | |
+15 −6 | src/core/connection.h | |
+1 −1 | src/core/crypto_tls.c | |
+14 −38 | src/core/frame.c | |
+4 −6 | src/core/frame.h | |
+6 −0 | src/core/quicdef.h | |
+3 −4 | src/core/send.c | |
+58 −0 | src/core/unittest/FrameTest.cpp | |
+11 −13 | src/generated/linux/frame.c.clog.h | |
+10 −14 | src/generated/linux/frame.c.clog.h.lttng.h | |
+324 −119 | src/lib.rs | |
+4 −8 | src/manifest/clog.sidecar | |
+1 −1 | submodules/googletest |