aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorMatt Dunwoodie <ncon@noconroy.net>2021-04-23 11:22:59 +1000
committerMatt Dunwoodie <ncon@noconroy.net>2021-04-23 12:17:04 +1000
commit7ea3c638c7bbad8862ba62803e02523c171269eb (patch)
tree72a8e728665e1ee66f4e56b6e14480397dba833d /TODO.md
parentTODO: more nits (diff)
downloadwireguard-freebsd-7ea3c638c7bbad8862ba62803e02523c171269eb.tar.xz
wireguard-freebsd-7ea3c638c7bbad8862ba62803e02523c171269eb.zip
wg_cookie: make ratelimiter global
Signed-off-by: Matt Dunwoodie <ncon@noconroy.net>
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