private-octopus / fuzi_q

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

Do not start fuzzing a state immediately #8

Closed huitema closed 2 years ago

huitema commented 2 years ago

In the state based fuzzing, the fuzzer always fuzzes the first packet sent in a given state. We may want to let a few packets go, so we can have a chance to explore more complex server states. The number of skipped states may be a function of the max number of packets sent for a state, so the first step might be to monitor this number.