Update TODO

This commit is contained in:
Joakim Frostegård
2026-05-08 10:28:26 +02:00
parent 1c8b0a058b
commit f3bc06ab74
+3 -1
View File
@@ -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