Skip to content

Commit

Permalink
Bump tests/perf/s2n-quic from f0649f9 to 4500593
Browse files Browse the repository at this point in the history
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from `f0649f9` to `4500593`.
- [Release notes](https://github.com/aws/s2n-quic/releases)
- [Commits](aws/s2n-quic@f0649f9...4500593)

---
updated-dependencies:
- dependency-name: tests/perf/s2n-quic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent e09095b commit ce63f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/perf/s2n-quic
Submodule s2n-quic updated 37 files
+5 −0 .github/actions/duvet/action.yml
+1 −1 README.md
+1 −1 common/s2n-codec/Cargo.toml
+4 −4 dc/s2n-quic-dc/Cargo.toml
+23 −7 dc/s2n-quic-dc/src/stream/client/tokio.rs
+5 −10 dc/s2n-quic-dc/src/stream/endpoint.rs
+3 −0 docs/SUMMARY.md
+16 −0 docs/user-guide/debugging-gso.md
+45 −0 docs/user-guide/debugging-pcap.md
+63 −0 docs/user-guide/debugging-tracelog.md
+1 −110 docs/user-guide/debugging.md
+2 −2 quic/s2n-quic-core/Cargo.toml
+1 −1 quic/s2n-quic-core/events/common.rs
+5 −3 quic/s2n-quic-core/src/event/generated.rs
+16 −0 quic/s2n-quic-core/src/inet/ip.rs
+31 −9 quic/s2n-quic-core/src/packet/interceptor.rs
+35 −12 quic/s2n-quic-core/src/path/mod.rs
+1 −1 quic/s2n-quic-core/src/xdp/encoder.rs
+10 −3 quic/s2n-quic-core/src/xdp/path.rs
+3 −3 quic/s2n-quic-crypto/Cargo.toml
+3 −3 quic/s2n-quic-platform/Cargo.toml
+82 −8 quic/s2n-quic-platform/src/message/msg/handle.rs
+7 −4 quic/s2n-quic-qns/src/intercept.rs
+4 −4 quic/s2n-quic-rustls/Cargo.toml
+4 −4 quic/s2n-quic-tls-default/Cargo.toml
+4 −4 quic/s2n-quic-tls/Cargo.toml
+3 −3 quic/s2n-quic-transport/Cargo.toml
+14 −7 quic/s2n-quic-transport/src/endpoint/mod.rs
+10 −5 quic/s2n-quic-transport/src/path/manager.rs
+1 −1 quic/s2n-quic-transport/src/path/manager/fuzz_target.rs
+1 −0 ...ransport/src/path/manager/snapshots/path__manager__tests__active_connection_migration_disabled__events.snap
+4 −2 quic/s2n-quic-transport/src/path/manager/tests.rs
+4 −2 quic/s2n-quic-transport/src/path/mod.rs
+9 −9 quic/s2n-quic/Cargo.toml
+166 −5 quic/s2n-quic/src/tests/connection_migration.rs
+1 −0 quic/s2n-quic/src/tests/recorder.rs
+3 −3 tools/xdp/s2n-quic-xdp/Cargo.toml

0 comments on commit ce63f8e

Please sign in to comment.