Lines Matching full:packets
4 This is a QUIC specific module that parses headers of incoming packets and
12 - multiple QUIC packets in an UDP packet handling as packet coalescing
14 - client must discard any packets that do not match existing connection ID
15 - client must discard any packets with version different from the one initially
24 - optionally trigger sending stateless reset packets if a received packet
32 - on the server side packets can create a new connection potentially
33 - server side packet handling for unsupported version packets:
34 - trigger sending version negotiation packets if the server receives a packet
36 connection; limit the number of such packets with the same destination
37 - discard smaller packets with unsupported versions
38 - packet handling on server for well-formed packets with supported versions
47 - optionally trigger sending stateless reset packets as above for client