diff --git a/TODO.md b/TODO.md index f237b6708c..c5a59e1a49 100644 --- a/TODO.md +++ b/TODO.md @@ -16,3 +16,8 @@ - [ ] LAIN / structured fuzzing example - [ ] Errors in the Fuzzer should exit the fuzz run - [ ] More informative outpus, deeper introspection (stats, what mutation did x, etc.) +- [ ] Timeouts for executors +- [ ] Timeout handling for llmp clients (no ping for n seconds -> treat as disconnected) +- [ ] LLMP Cross Machine Link (2 brokers connected via TCP) +- [ ] "Launcher" example that spawns broker + n clients +- [ ] Heap for signal handling (bumpallo or llmp directly?)