Skip to content

Commit

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

---
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 20, 2023
1 parent 62574a0 commit ce5c4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msquic
Submodule msquic updated 39 files
+ src/bin/winuser/pgo_x64/msquic.openssl.pgd
+ src/bin/winuser/pgo_x64/msquic.openssl3.pgd
+ src/bin/winuser/pgo_x64/msquic.schannel.pgd
+ src/bin/winuser/pgo_x64/msquic.schannel.xdp.pgd
+3 −3 src/core/binding.c
+11 −15 src/core/connection.c
+5 −8 src/core/inline.c
+164 −134 src/core/library.c
+49 −25 src/core/library.h
+4 −4 src/core/packet_builder.c
+7 −7 src/core/registration.c
+0 −33 src/core/unittest/PartitionTest.cpp
+9 −1 src/core/unittest/SettingsTest.cpp
+10 −7 src/core/worker.c
+2 −2 src/core/worker.h
+3 −0 src/cs/lib/msquic_generated.cs
+28 −28 src/generated/linux/datapath_raw_xdp_win.c.clog.h
+24 −24 src/generated/linux/datapath_raw_xdp_win.c.clog.h.lttng.h
+44 −45 src/generated/linux/library.c.clog.h
+48 −50 src/generated/linux/library.c.clog.h.lttng.h
+11 −7 src/generated/linux/worker.c.clog.h
+13 −5 src/generated/linux/worker.c.clog.h.lttng.h
+1 −0 src/inc/msquic.h
+1 −0 src/inc/quic_datapath.h
+1 −1 src/inc/quic_platform.h
+3 −2 src/inc/quic_platform_winkernel.h
+12 −0 src/manifest/MsQuicEtw.man
+63 −9 src/manifest/clog.sidecar
+91 −123 src/platform/datapath_epoll.c
+67 −86 src/platform/datapath_kqueue.c
+4 −4 src/platform/datapath_raw_xdp.h
+7 −7 src/platform/datapath_raw_xdp_linux.c
+76 −79 src/platform/datapath_raw_xdp_win.c
+5 −4 src/platform/datapath_winkernel.c
+108 −124 src/platform/datapath_winuser.c
+1 −1 src/platform/platform_internal.h
+9 −21 src/platform/platform_worker.c
+33 −0 src/tools/spin/spinquic.cpp
+1 −1 submodules/googletest

0 comments on commit ce5c4f0

Please sign in to comment.