You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: