aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 9ac9743..cf91982 100644
--- a/TODO.md
+++ b/TODO.md
@@ -10,6 +10,10 @@
- Audit allowedips / radix tree checks, and make sure it's actually behaving as
expected. (It might be useful to port [this selftest](https://git.zx2c4.com/wireguard-linux/tree/drivers/net/wireguard/selftest/allowedips.c).)
- Make code style consistent with one FreeBSD way, rather than a mix of styles.
+- Run ratelimiter gc in a properly scheduled manner.
+- Make sure noise state machine is correct.
+- Clear mbuf tags and other members properly.
+- Switch `WRITE_ONCE` and `epoch_ptr_*` functions to use the actual helper from `ck_`.
### Crypto TODO