From 4222f1171ac68f192f16f3aacafe6a020d4b4e5b Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 20 Apr 2021 14:50:15 -0600 Subject: TODO: add a few things Signed-off-by: Jason A. Donenfeld --- TODO.md | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3-59-g8ed1b