private-octopus / fuzi_q

Over the net fuzzing of QUIC servers or clients.
MIT License
19 stars 4 forks source link

Losses and delays #5

Open huitema opened 2 years ago

huitema commented 2 years ago

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.