1 file changed
+1
-1
lines changed- .github/Dockerfile.tshark+6-4
- .github/interop/required.json+2-1
- .github/workflows/ci.yml+39
- .github/workflows/qns.yml+9-110
- .github/workflows/release.yml+1
- .github/workflows/tshark.yml+4-6
- Cargo.toml+3-8
- common/s2n-codec/Cargo.toml+3-3
- dc/s2n-quic-dc-benches/src/streams.rs+4-1
- dc/s2n-quic-dc/Cargo.toml+3-3
- dc/s2n-quic-dc/src/path/secret/map.rs+22-4
- dc/s2n-quic-dc/src/path/secret/map/state.rs+15-19
- dc/s2n-quic-dc/src/path/secret/map/store.rs+8-8
- dc/s2n-quic-dc/src/stream.rs+2
- dc/s2n-quic-dc/src/stream/send/tests.rs+1-1
- dc/s2n-quic-dc/src/stream/server/tokio/tcp.rs+40-727
- dc/s2n-quic-dc/src/stream/server/tokio/tcp/fresh.rs+119
- dc/s2n-quic-dc/src/stream/server/tokio/tcp/manager.rs+402
- dc/s2n-quic-dc/src/stream/server/tokio/tcp/manager/list.rs+396
- dc/s2n-quic-dc/src/stream/server/tokio/tcp/manager/tests.rs+320
- dc/s2n-quic-dc/src/stream/server/tokio/tcp/worker.rs+445
- dc/s2n-quic-dc/src/stream/testing.rs+197-127
- dc/s2n-quic-dc/src/stream/tests.rs+4
- dc/s2n-quic-dc/src/stream/tests/accept_queue.rs+179
- dc/s2n-quic-dc/src/task/waker.rs+3
- dc/s2n-quic-dc/src/task/waker/set.rs+107
- dc/s2n-quic-dc/src/task/waker/set/bitset.rs+222
- dc/s2n-quic-dc/src/task/waker/worker.rs+5
- dc/wireshark/generate-bindings.sh+5-1
- dc/wireshark/src/field.rs+2
- dc/wireshark/src/wireshark_sys/full.rs+437-1.5k
- dc/wireshark/src/wireshark_sys/minimal.rs+313-902
- quic/s2n-quic-core/Cargo.toml+3-3
- quic/s2n-quic-platform/Cargo.toml+3-3
- quic/s2n-quic-tls/Cargo.toml+2
- quic/s2n-quic-tls/src/tests.rs+3-3
- quic/s2n-quic-transport/Cargo.toml+1-1
- quic/s2n-quic/Cargo.toml+1-1
- quic/s2n-quic/src/tests/snapshots/tests__dc__dc_mtls_handshake_auth_failure_self_test__events.snap+2-1
- scripts/benchmark/run-139
- scripts/benchmark/run-all-21
- scripts/h3spec+11-3
- scripts/interop/README.md+2-2
- tools/xdp/Cargo.toml+4
0 commit comments