aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 9b5ffc3..5f68380 100644
--- a/TODO.md
+++ b/TODO.md
@@ -17,10 +17,9 @@
- Handle failures of `rn_inithead` and remember to call `rn_detachhead`
somewhere during cleanup.
- Stop using `M_WAITOK` and use `M_NOWAIT` instead.
-- Make sure ratelimiter is empty and deinited.
- Check return value of `rn_inithead`.
- Perhaps call `rn_detachhead` to free memory when destroying aip.
-- Have one rate limiter table per module, and hash in jail/fib pointer.
+- Hash in jail/fib pointer to ratelimiter.
### Crypto TODO