1 file changed
+1
-1
lines changed- .github/workflows/book.yml+1-1
- .github/workflows/ci.yml+7-7
- .github/workflows/codebuild.yml+1-1
- .github/workflows/qns.yml+12-12
- .github/workflows/release.yml+2-2
- .github/workflows/tshark.yml+1-1
- dc/s2n-quic-dc/src/packet/secret_control.rs+30-2
- dc/s2n-quic-dc/src/packet/secret_control/decoder.rs+5
- dc/s2n-quic-dc/src/packet/secret_control/replay_detected.rs+14-4
- dc/s2n-quic-dc/src/packet/secret_control/stale_key.rs+13-3
- dc/s2n-quic-dc/src/packet/secret_control/unknown_path_secret.rs+26-6
- dc/s2n-quic-dc/src/packet/tag.rs+9-6
- dc/s2n-quic-dc/src/path/secret/map.rs+46-6
- dc/s2n-quic-dc/src/path/secret/map/entry.rs+12-3
- dc/s2n-quic-dc/src/path/secret/map/event_tests.rs+3
- dc/s2n-quic-dc/src/path/secret/map/state.rs+175-171
- dc/s2n-quic-dc/src/path/secret/map/state/tests.rs+2-1
- dc/s2n-quic-dc/src/path/secret/map/status.rs+26-4
- dc/s2n-quic-dc/src/path/secret/map/store.rs+36-9
- dc/s2n-quic-dc/src/socket/recv/router.rs+65-3
- dc/s2n-quic-dc/src/socket/recv/router/with_map.rs+33
- dc/s2n-quic-dc/src/socket/recv/router/zero_router.rs+33
- dc/s2n-quic-dc/src/stream/client/tokio.rs+320-6
- dc/s2n-quic-dc/src/stream/endpoint.rs+6-3
- dc/s2n-quic-dc/src/stream/recv/dispatch.rs+47-15
- dc/s2n-quic-dc/src/stream/recv/error.rs+6-1
- dc/s2n-quic-dc/src/stream/recv/shared.rs+34-2
- dc/s2n-quic-dc/src/stream/send/error.rs+9
- dc/s2n-quic-dc/src/stream/send/worker.rs+53-2
- dc/s2n-quic-dc/src/stream/server/tokio.rs+497
- dc/s2n-quic-dc/src/stream/testing.rs+4
- dc/s2n-quic-dc/src/stream/tests/deterministic.rs+71-1
- dc/wireshark/src/dissect.rs+18-3
- dc/wireshark/src/test.rs+80-26
0 commit comments