Skip to content

Commit

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

---
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 27, 2023
1 parent ce5c4f0 commit df87fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msquic
Submodule msquic updated 58 files
+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/check-clog.yml
+1 −1 .github/workflows/check-dotnet.yml
+4 −4 .github/workflows/code-coverage.yml
+1 −1 .github/workflows/codeql-analysis.yml
+1 −1 .github/workflows/docker-publish-xcomp.yml
+1 −1 .github/workflows/docker-publish.yml
+1 −1 .github/workflows/dotnet-test.yml
+1 −1 .github/workflows/mirror-repo.yml
+1 −1 .github/workflows/package-linux.yml
+1 −1 .github/workflows/package-reuse-linux.yml
+2 −2 .github/workflows/plugins.yml
+1 −1 .github/workflows/scorecards-analysis.yml
+1 −1 .github/workflows/stress.yml
+1 −1 .github/workflows/test-down-level.yml
+3 −3 .github/workflows/test.yml
+3 −3 .github/workflows/wan-perf.yml
+14 −15 scripts/build.ps1
+92 −108 src/core/binding.c
+19 −8 src/core/binding.h
+141 −148 src/core/connection.c
+8 −8 src/core/connection.h
+1 −1 src/core/datagram.c
+1 −1 src/core/datagram.h
+1 −1 src/core/inline.c
+3 −3 src/core/library.c
+1 −1 src/core/library.h
+1 −1 src/core/operation.h
+39 −47 src/core/packet.c
+7 −7 src/core/packet.h
+5 −5 src/core/packet_space.c
+4 −5 src/core/packet_space.h
+8 −8 src/core/path.c
+2 −2 src/core/path.h
+2 −1 src/core/quicdef.h
+1 −1 src/core/stream.h
+1 −1 src/core/stream_recv.c
+1 −3 src/core/worker.c
+8 −8 src/generated/linux/connection.c.clog.h
+8 −8 src/generated/linux/connection.c.clog.h.lttng.h
+5 −5 src/generated/linux/datapath_winkernel.c.clog.h
+3 −3 src/generated/linux/datapath_winkernel.c.clog.h.lttng.h
+16 −16 src/generated/linux/packet.c.clog.h
+16 −16 src/generated/linux/packet.c.clog.h.lttng.h
+5 −21 src/inc/quic_datapath.h
+17 −0 src/manifest/clog.sidecar
+81 −93 src/platform/datapath_epoll.c
+26 −54 src/platform/datapath_kqueue.c
+0 −16 src/platform/datapath_raw_dpdk.c
+2 −19 src/platform/datapath_raw_xdp_linux.c
+13 −27 src/platform/datapath_raw_xdp_win.c
+101 −143 src/platform/datapath_winkernel.c
+148 −184 src/platform/datapath_winuser.c

0 comments on commit df87fb6

Please sign in to comment.