There are many ways to shake up an implementation of QUIC. Sending malformed or unexpected packets is just one of them. Dropping packets, or sending them out of order is another. The QUIC fuzzing API does not directly enable the simulation of losses or delays, but it could cooperate with the socket layer to simulate loss or delay of outgoing packets.
There are many ways to shake up an implementation of QUIC. Sending malformed or unexpected packets is just one of them. Dropping packets, or sending them out of order is another. The QUIC fuzzing API does not directly enable the simulation of losses or delays, but it could cooperate with the socket layer to simulate loss or delay of outgoing packets.