Skip to content

Commit

Permalink
Bump tests/perf/s2n-quic from 8f7c04b to 1ff3a9c (#3481)
Browse files Browse the repository at this point in the history
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from
`8f7c04b` to `1ff3a9c`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/s2n-quic/commit/1ff3a9c8adee30346537698c7b2a12279facd2d3"><code>1ff3a9c</code></a>
chore: import 8/29 version (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2311">#2311</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/b6ca57b00f39b3eb816cfaed3029606393dbcc44"><code>b6ca57b</code></a>
test(s2n-quic-core): revert to bigger length for Kani test (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2312">#2312</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/24089b41a31e6711a47255df392e0ba3dbc60d66"><code>24089b4</code></a>
chore: release 1.45.0 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2310">#2310</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/a74e9cb52e647d4644d78ce3d8bc2407160a4a80"><code>a74e9cb</code></a>
fix(s2n-quic-transport): don't let cwnd drop below initial cwnd when MTU
decr...</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/9af5d196e82811d0b520f5110c39a36bb1d02f88"><code>9af5d19</code></a>
docs(s2n-quic): fix link to compliance report in CI doc</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/acd3fe49d9a682f7cff1cfff9df8866e661d196d"><code>acd3fe4</code></a>
build(deps): update ring requirement from 0.16 to 0.17 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2287">#2287</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/2869c1941e4859b295bec793db9754c9a6e791cd"><code>2869c19</code></a>
build(deps): update lru requirement from 0.10 to 0.12 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2286">#2286</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/b3a10a1467ce46d84448ba94721d00e705174344"><code>b3a10a1</code></a>
fix(s2n-quic): ConfirmComplete with handshake de-duplication (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2307">#2307</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/b4ba62d0b90dbd965a13ccbf421ff5298340ddf1"><code>b4ba62d</code></a>
fix(s2n-quic-transport): wait until handshake is confirmed to start MTU
probi...</li>
<li>See full diff in <a
href="https://github.com/aws/s2n-quic/compare/8f7c04be292f6419b38e37bd7ff67f15833735d7...1ff3a9c8adee30346537698c7b2a12279facd2d3">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

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 Sep 2, 2024
1 parent 6bc48a9 commit cc47dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/perf/s2n-quic
Submodule s2n-quic updated 79 files
+1 −1 common/s2n-codec/Cargo.toml
+4 −4 dc/s2n-quic-dc/Cargo.toml
+96 −30 dc/s2n-quic-dc/src/crypto.rs
+293 −169 dc/s2n-quic-dc/src/crypto/awslc.rs
+0 −117 dc/s2n-quic-dc/src/crypto/testing.rs
+4 −4 dc/s2n-quic-dc/src/datagram/tunneled/recv.rs
+7 −3 dc/s2n-quic-dc/src/datagram/tunneled/send.rs
+0 −6 dc/s2n-quic-dc/src/msg/cmsg.rs
+1 −2 dc/s2n-quic-dc/src/msg/send.rs
+2 −4 dc/s2n-quic-dc/src/packet.rs
+0 −23 dc/s2n-quic-dc/src/packet/control.rs
+1 −9 dc/s2n-quic-dc/src/packet/control/decoder.rs
+8 −12 dc/s2n-quic-dc/src/packet/control/encoder.rs
+5 −3 dc/s2n-quic-dc/src/packet/datagram/encoder.rs
+16 −30 dc/s2n-quic-dc/src/packet/secret_control.rs
+6 −21 dc/s2n-quic-dc/src/packet/secret_control/decoder.rs
+5 −6 dc/s2n-quic-dc/src/packet/secret_control/encoder.rs
+0 −67 dc/s2n-quic-dc/src/packet/secret_control/nonce.rs
+2 −9 dc/s2n-quic-dc/src/packet/secret_control/replay_detected.rs
+2 −9 dc/s2n-quic-dc/src/packet/secret_control/stale_key.rs
+11 −24 dc/s2n-quic-dc/src/packet/secret_control/unknown_path_secret.rs
+1 −12 dc/s2n-quic-dc/src/packet/stream.rs
+55 −42 dc/s2n-quic-dc/src/packet/stream/decoder.rs
+167 −47 dc/s2n-quic-dc/src/packet/stream/encoder.rs
+0 −16 dc/s2n-quic-dc/src/packet/stream/id.rs
+1 −1 dc/s2n-quic-dc/src/path/secret.rs
+348 −129 dc/s2n-quic-dc/src/path/secret/key.rs
+162 −53 dc/s2n-quic-dc/src/path/secret/map.rs
+5 −1 dc/s2n-quic-dc/src/path/secret/map/test.rs
+381 −73 dc/s2n-quic-dc/src/path/secret/schedule.rs
+9 −7 dc/s2n-quic-dc/src/path/secret/sender.rs
+9 −13 dc/s2n-quic-dc/src/path/secret/stateless_reset.rs
+2 −0 dc/s2n-quic-dc/src/stream.rs
+57 −47 dc/s2n-quic-dc/src/stream/crypto.rs
+23 −12 dc/s2n-quic-dc/src/stream/endpoint.rs
+4 −310 dc/s2n-quic-dc/src/stream/environment.rs
+8 −8 dc/s2n-quic-dc/src/stream/processing.rs
+129 −49 dc/s2n-quic-dc/src/stream/recv/error.rs
+26 −4 dc/s2n-quic-dc/src/stream/recv/packet.rs
+42 −16 dc/s2n-quic-dc/src/stream/recv/shared.rs
+89 −45 dc/s2n-quic-dc/src/stream/recv/state.rs
+26 −13 dc/s2n-quic-dc/src/stream/send/application.rs
+6 −4 dc/s2n-quic-dc/src/stream/send/application/state.rs
+90 −19 dc/s2n-quic-dc/src/stream/send/error.rs
+18 −6 dc/s2n-quic-dc/src/stream/send/flow/blocking.rs
+7 −4 dc/s2n-quic-dc/src/stream/send/flow/non_blocking.rs
+75 −66 dc/s2n-quic-dc/src/stream/send/state.rs
+43 −30 dc/s2n-quic-dc/src/stream/send/worker.rs
+10 −0 dc/s2n-quic-dc/src/stream/shared.rs
+1 −2 dc/s2n-quic-dc/src/stream/socket/fd/udp.rs
+1 −1 dc/wireshark/src/field.rs
+64 −9 dc/wireshark/src/test.rs
+1 −1 docs/dev-guide/ci.md
+2 −2 quic/s2n-quic-core/Cargo.toml
+2 −4 quic/s2n-quic-core/src/inet/checksum.rs
+4 −0 quic/s2n-quic-core/src/packet/key_phase.rs
+4 −3 quic/s2n-quic-core/src/recovery/bbr.rs
+0 −0 ...c__s2n-quic-core__src__recovery__bbr__tests__events__on_mtu_update_decrease_larger_than_initial_window.snap
+5 −0 ...__s2n-quic-core__src__recovery__bbr__tests__events__on_mtu_update_decrease_smaller_than_initial_window.snap
+5 −0 .../recovery/bbr/snapshots/quic__s2n-quic-core__src__recovery__bbr__tests__events__on_mtu_update_increase.snap
+37 −1 quic/s2n-quic-core/src/recovery/bbr/tests.rs
+5 −3 quic/s2n-quic-core/src/recovery/cubic.rs
+5 −0 ..._s2n-quic-core__src__recovery__cubic__tests__events__on_mtu_update_decrease_larger_than_initial_window.snap
+5 −0 ...s2n-quic-core__src__recovery__cubic__tests__events__on_mtu_update_decrease_smaller_than_initial_window.snap
+47 −8 quic/s2n-quic-core/src/recovery/cubic/tests.rs
+4 −4 quic/s2n-quic-crypto/Cargo.toml
+1 −1 quic/s2n-quic-crypto/src/cipher_suite.rs
+3 −3 quic/s2n-quic-platform/Cargo.toml
+1 −1 quic/s2n-quic-qns/Cargo.toml
+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
+2 −1 quic/s2n-quic-transport/src/connection/connection_impl.rs
+11 −11 quic/s2n-quic/Cargo.toml
+43 −47 quic/s2n-quic/src/provider/dc/confirm.rs
+54 −42 quic/s2n-quic/src/tests/dc.rs
+192 −145 quic/s2n-quic/src/tests/mtu.rs
+3 −3 tools/xdp/s2n-quic-xdp/Cargo.toml

0 comments on commit cc47dd1

Please sign in to comment.