Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…3767) Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from `96d2e22` to `e4a2365`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/s2n-quic/commit/e4a236578bcb36109d238753307c970d6c997666"><code>e4a2365</code></a> feat(s2n-quic-dc): set linger to 0 (<a href="https://redirect.github.com/aws/s2n-quic/issues/2407">#2407</a>)</li> <li><a href="https://github.com/aws/s2n-quic/commit/6d9728023f0aab3b5826e8842a0be10ac29ac1d4"><code>6d97280</code></a> fix(s2n-quic-dc): resolve unspecified peer addrs on connect (<a href="https://redirect.github.com/aws/s2n-quic/issues/2408">#2408</a>)</li> <li><a href="https://github.com/aws/s2n-quic/commit/645c36afedce92bd27333693fb17f1dbdef2e9ac"><code>645c36a</code></a> feat(s2n-quic-xdp): Make io::rx::Channel::for_each public (<a href="https://redirect.github.com/aws/s2n-quic/issues/2405">#2405</a>)</li> <li><a href="https://github.com/aws/s2n-quic/commit/fd5ee731d5f5479b53aba4b37b0090305667f47f"><code>fd5ee73</code></a> feat(s2n-quic-dc): reduce socket addr calls even more (<a href="https://redirect.github.com/aws/s2n-quic/issues/2406">#2406</a>)</li> <li><a href="https://github.com/aws/s2n-quic/commit/f8f2361a8121b1248958e0d00c211c66d019a8ab"><code>f8f2361</code></a> fix(s2n-quic-dc): make TCP shutdown a no-op (<a href="https://redirect.github.com/aws/s2n-quic/issues/2402">#2402</a>)</li> <li><a href="https://github.com/aws/s2n-quic/commit/0f943e9a24a5e812d995eea04d580beb1d71f016"><code>0f943e9</code></a> chore: updating to latest quic interop commit (<a href="https://redirect.github.com/aws/s2n-quic/issues/2396">#2396</a>)</li> <li><a href="https://github.com/aws/s2n-quic/commit/513212c48b25c4a1db5dc3f597fe17225f60a67f"><code>513212c</code></a> refactor(s2n-quic-dc): reduce the number of <code>peer_addr</code> calls (<a href="https://redirect.github.com/aws/s2n-quic/issues/2401">#2401</a>)</li> <li><a href="https://github.com/aws/s2n-quic/commit/4e85ccb627e7dcc929adcf35ef36ae990a03fecf"><code>4e85ccb</code></a> build(deps): update bolero requirement from 0.11 to 0.12 (<a href="https://redirect.github.com/aws/s2n-quic/issues/2400">#2400</a>)</li> <li><a href="https://github.com/aws/s2n-quic/commit/82943e4f403d1715d9b55286d71d1a0ccfd0d317"><code>82943e4</code></a> docs: enable feature tagging (<a href="https://redirect.github.com/aws/s2n-quic/issues/2395">#2395</a>)</li> <li><a href="https://github.com/aws/s2n-quic/commit/a5fd51674e9d2c7316cad52c641c113fce4b70da"><code>a5fd516</code></a> fix(s2n-quic-dc): set TCP_NODELAY on TCP sockets (<a href="https://redirect.github.com/aws/s2n-quic/issues/2398">#2398</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws/s2n-quic/compare/96d2e220443b488ba1be1d8fbbb318b234643366...e4a236578bcb36109d238753307c970d6c997666">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