diff --git a/TODO.md b/TODO.md index dd7c039b39..ac96a219af 100644 --- a/TODO.md +++ b/TODO.md @@ -15,3 +15,8 @@ - [ ] Restart Count in Fuzzing Loop - [ ] LAIN / structured fuzzing example - [ ] Errors in the Fuzzer should exit the fuzz run +- [ ] 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?)