Commit 0ddeb21
authored
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from
`132ba54` to `a88ae41`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/s2n-quic/commit/a88ae4191af100747404db207976c7da1a3b8370"><code>a88ae41</code></a>
feat(s2n-quic-dc): Make stream::recv::error::Kind pub (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2326">#2326</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/31d547423a111024f16ba7f37f6860faf3c35bce"><code>31d5474</code></a>
feat(s2n-quic-events): add search_completed boolean to mtu updated event
(<a
href="https://redirect.github.com/aws/s2n-quic/issues/2322">#2322</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/29bd9b70d4cfdd7b405f80e1d04e13be5d2833fe"><code>29bd9b7</code></a>
refactor(s2n-quic-h3): remove s2n-quic-core dependency (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2325">#2325</a>)</li>
<li>See full diff in <a
href="https://github.com/aws/s2n-quic/compare/132ba54b6ff7406204b866eb644594201d6be8d7...a88ae4191af100747404db207976c7da1a3b8370">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>
1 parent 0682257 commit 0ddeb21
1 file changed
+1
-1
lines changed- dc/s2n-quic-dc/src/stream/recv.rs+1-1
- quic/s2n-quic-core/src/event/generated.rs+22-3
- quic/s2n-quic-core/src/path/mtu.rs+107-29
- quic/s2n-quic-core/src/path/mtu/snapshots/quic__s2n-quic-core__src__path__mtu__tests__events__on_packet_ack_search_requested.snap+1-1
- quic/s2n-quic-core/src/path/mtu/snapshots/quic__s2n-quic-core__src__path__mtu__tests__events__on_packet_ack_within_threshold.snap+1-1
- quic/s2n-quic-core/src/path/mtu/snapshots/quic__s2n-quic-core__src__path__mtu__tests__events__on_packet_ack_within_threshold_of_max_plpmtu.snap+1-1
- quic/s2n-quic-core/src/path/mtu/snapshots/quic__s2n-quic-core__src__path__mtu__tests__events__on_packet_loss_black_hole.snap+1-1
- quic/s2n-quic-core/src/path/mtu/snapshots/quic__s2n-quic-core__src__path__mtu__tests__events__on_packet_loss_initial_mtu_configured.snap+140-91
- quic/s2n-quic-core/src/path/mtu/tests.rs+52-8
- quic/s2n-quic-events/events/common.rs+4
- quic/s2n-quic-events/events/connection.rs+3-1
- quic/s2n-quic-h3/Cargo.toml-1
- quic/s2n-quic-h3/src/s2n_quic.rs+6-4
- quic/s2n-quic-transport/src/connection/connection_impl.rs+4
- quic/s2n-quic-transport/src/path/manager.rs+1
- quic/s2n-quic-transport/src/path/manager/snapshots/quic__s2n-quic-transport__src__path__manager__tests__events__active_connection_migration_disabled.snap+2-2
- quic/s2n-quic-transport/src/path/manager/snapshots/quic__s2n-quic-transport__src__path__manager__tests__events__adding_new_path.snap+1-1
- quic/s2n-quic-transport/src/path/manager/snapshots/quic__s2n-quic-transport__src__path__manager__tests__events__connection_migration_challenge_behavior.snap+1-1
- quic/s2n-quic-transport/src/path/manager/snapshots/quic__s2n-quic-transport__src__path__manager__tests__events__connection_migration_new_path_abandon_timer.snap+1-1
- quic/s2n-quic-transport/src/path/manager/snapshots/quic__s2n-quic-transport__src__path__manager__tests__events__connection_migration_use_max_ack_delay_from_active_path.snap+1-1
- quic/s2n-quic-transport/src/path/manager/snapshots/quic__s2n-quic-transport__src__path__manager__tests__events__limit_number_of_connection_migrations.snap+4-4
- quic/s2n-quic-transport/src/path/manager/snapshots/quic__s2n-quic-transport__src__path__manager__tests__events__temporary_until_authenticated.snap+3-3
- quic/s2n-quic-transport/src/recovery/manager/snapshots/quic__s2n-quic-transport__src__recovery__manager__tests__events__detect_lost_packets_persistent_congestion_path_aware.snap+1-1
- quic/s2n-quic-transport/src/recovery/manager/snapshots/quic__s2n-quic-transport__src__recovery__manager__tests__events__no_rtt_update_when_receiving_packet_on_different_path.snap+1-1
- quic/s2n-quic-transport/src/recovery/manager/snapshots/quic__s2n-quic-transport__src__recovery__manager__tests__events__on_packet_sent.snap+1-1
- quic/s2n-quic-transport/src/recovery/manager/snapshots/quic__s2n-quic-transport__src__recovery__manager__tests__events__on_packet_sent_across_multiple_paths.snap+1-1
- quic/s2n-quic-transport/src/recovery/manager/snapshots/quic__s2n-quic-transport__src__recovery__manager__tests__events__process_new_acked_packets_congestion_controller.snap+1-1
- quic/s2n-quic-transport/src/recovery/manager/snapshots/quic__s2n-quic-transport__src__recovery__manager__tests__events__process_new_acked_packets_pto_timer.snap+1-1
- quic/s2n-quic-transport/src/recovery/manager/snapshots/quic__s2n-quic-transport__src__recovery__manager__tests__events__process_new_acked_packets_update_pto_timer.snap+1-1
- quic/s2n-quic-transport/src/recovery/manager/snapshots/quic__s2n-quic-transport__src__recovery__manager__tests__events__remove_lost_packets_persistent_congestion_path_aware.snap+1-1
- quic/s2n-quic-transport/src/recovery/manager/snapshots/quic__s2n-quic-transport__src__recovery__manager__tests__events__rtt_update_when_receiving_ack_from_multiple_paths.snap+1-1
- quic/s2n-quic/src/tests/mtu.rs+110-3
0 commit comments