Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 11, 2024
1 parent 9c42c8c commit 58c59fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/perf/s2n-quic
Submodule s2n-quic updated 48 files
+1 −1 .github/workflows/release.yml
+0 −2 common/s2n-codec/src/encoder/mod.rs
+1 −1 common/s2n-codec/src/encoder/value.rs
+1 −4 common/s2n-codec/src/unaligned.rs
+1 −1 quic/s2n-quic-core/src/ack/settings.rs
+1 −1 quic/s2n-quic-core/src/application/error.rs
+1 −1 quic/s2n-quic-core/src/connection/error.rs
+1 −4 quic/s2n-quic-core/src/connection/id.rs
+1 −1 quic/s2n-quic-core/src/connection/limits.rs
+1 −1 quic/s2n-quic-core/src/counter.rs
+1 −1 quic/s2n-quic-core/src/crypto/tls.rs
+1 −1 quic/s2n-quic-core/src/havoc.rs
+1 −1 quic/s2n-quic-core/src/packet/decoding.rs
+0 −1 quic/s2n-quic-core/src/packet/long.rs
+1 −1 quic/s2n-quic-core/src/packet/retry.rs
+0 −1 quic/s2n-quic-core/src/path/mod.rs
+1 −1 quic/s2n-quic-core/src/path/mtu.rs
+0 −1 quic/s2n-quic-core/src/recovery/bbr.rs
+1 −1 quic/s2n-quic-core/src/recovery/bbr/probe_bw.rs
+1 −3 quic/s2n-quic-core/src/recovery/persistent_congestion.rs
+1 −1 quic/s2n-quic-core/src/recovery/pto.rs
+1 −1 quic/s2n-quic-core/src/recovery/rtt_estimator.rs
+0 −1 quic/s2n-quic-core/src/recovery/sent_packets.rs
+0 −1 quic/s2n-quic-core/src/stateless_reset/token.rs
+1 −0 quic/s2n-quic-core/src/stream/mod.rs
+63 −0 quic/s2n-quic-core/src/stream/state.rs
+124 −0 quic/s2n-quic-core/src/stream/state/recv.rs
+137 −0 quic/s2n-quic-core/src/stream/state/send.rs
+283 −0 quic/s2n-quic-core/src/stream/state/snapshots/s2n_quic_core__stream__state__recv__tests__snapshots.snap
+381 −0 quic/s2n-quic-core/src/stream/state/snapshots/s2n_quic_core__stream__state__send__tests__snapshots.snap
+1 −5 quic/s2n-quic-core/src/transport/parameters/mod.rs
+1 −5 quic/s2n-quic-core/src/varint/mod.rs
+2 −3 quic/s2n-quic-qns/Cargo.toml
+2 −3 tools/xdp/ebpf/Cargo.toml
+1 −1 tools/xdp/ebpf/rust-toolchain.toml
+5 −3 tools/xdp/ebpf/src/main.rs
+1 −1 tools/xdp/rust-toolchain
+1 −1 tools/xdp/s2n-quic-xdp/Cargo.toml
+2 −2 tools/xdp/s2n-quic-xdp/src/bpf/s2n-quic-xdp-bpfeb-trace.ebpf
+2 −2 tools/xdp/s2n-quic-xdp/src/bpf/s2n-quic-xdp-bpfeb.ebpf
+2 −2 tools/xdp/s2n-quic-xdp/src/bpf/s2n-quic-xdp-bpfel-trace.ebpf
+2 −2 tools/xdp/s2n-quic-xdp/src/bpf/s2n-quic-xdp-bpfel.ebpf
+27 −3 tools/xdp/s2n-quic-xdp/src/if_xdp.rs
+2 −2 tools/xdp/s2n-quic-xdp/src/io/rx.rs
+1 −1 tools/xdp/s2n-quic-xdp/src/io/tx.rs
+15 −2 tools/xdp/s2n-quic-xdp/src/umem.rs
+3 −3 tools/xdp/tester/Cargo.toml
+1 −1 tools/xdp/xtask/Cargo.toml

0 comments on commit 58c59fd

Please sign in to comment.