From f3bc06ab7410dc4458a550e577b1a39ce2933f89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Fri, 8 May 2026 00:50:19 +0200 Subject: [PATCH] Update TODO --- TODO.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 19174912..c939bab8 100644 --- a/TODO.md +++ b/TODO.md @@ -1,11 +1,13 @@ # TODO +* udp: steal latest buf ring implementation from io-uring crate examples +* update zerocopy version (will likely require minor rewrite) + ## High priority * Change network address handling to accept separate IPv4 and IPv6 addresses. Open a socket for each one, setting ipv6_only flag on the IPv6 one (unless user opts out). -* update zerocopy version (will likely require minor rewrite) * udp (uring) * run tests under valgrind