diff options
author | Nardi Ivan <nardi.ivan@gmail.com> | 2022-08-10 18:25:44 +0200 |
---|---|---|
committer | Toni <matzeton@googlemail.com> | 2022-08-24 15:38:30 +0200 |
commit | 8bfb1712d8b69c1faf2d9e23e741659c06f4a7df (patch) | |
tree | e7cc5e1bd04a9c5ce2b3ea164bc2bb4cca780967 /tests/pcap | |
parent | 0c8bc9f0555fa19d56bb686a2233772ae408f77b (diff) |
QUIC: add support for 0-RTT packets received before the Initial
RFC9001 4.6.1: "A client that wishes to send 0-RTT packets uses the
early_data extension in the ClientHello message of a subsequent handshake;
see Section 4.2.10 of [TLS13]. It then sends application data in 0-RTT
packets."
That means the client sends before the CH (in the Initial) and then the
0-RTT (in the same UDP datagram or not)".
However, because of packet loss or out-of-order delivery, it might
happens that a 0-RTT packet is received before the Initial (the original
one or a retransmission).
For example, Google and Facebook servers save 0-RTT packets for a small
amount of time in hopes of receiving the corresponding Initial.
Update the QUIC dissector to detect 0-RTT packets and keep looking for
the Initial.
Issue found by @utoni in #1706; the trace example has been taken from that
PR.
Diffstat (limited to 'tests/pcap')
-rw-r--r-- | tests/pcap/quic_0RTT.pcap | bin | 2644 -> 8468 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/pcap/quic_0RTT.pcap b/tests/pcap/quic_0RTT.pcap Binary files differindex 7ade88654..95e7c2b6c 100644 --- a/tests/pcap/quic_0RTT.pcap +++ b/tests/pcap/quic_0RTT.pcap |