aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-04-22 21:53:13 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2021-04-22 21:56:52 -0600
commit0c227d384b21793edf15067d8b8397584c7db5fe (patch)
tree0a7af8ea2cfc4ea0bb584d080eb95011b3f1f694 /TODO.md
parentif_wg: properly use rn_inithead and rn_detachhead (diff)
downloadwireguard-freebsd-0c227d384b21793edf15067d8b8397584c7db5fe.tar.xz
wireguard-freebsd-0c227d384b21793edf15067d8b8397584c7db5fe.zip
wg_cookie: hash vnet into ratelimiter entry
IPs mean different things per-vnet. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO.md b/TODO.md
index 5685531..1f89520 100644
--- a/TODO.md
+++ b/TODO.md
@@ -11,10 +11,7 @@
- Make sure noise state machine is correct.
- Investigate whether the allowed ips lookup structure needs reference
counting.
-- Handle failures of `rn_inithead` and remember to call `rn_detachhead`
- somewhere during cleanup.
- Stop using `M_WAITOK` and use `M_NOWAIT` instead.
-- Hash in jail/fib pointer to ratelimiter.
### Crypto TODO