Improve network address config documentation, update TODO

This commit is contained in:
Joakim Frostegård 2025-01-13 22:14:15 +01:00
parent ec86d4d652
commit 0eb66f150c
4 changed files with 27 additions and 36 deletions

View file

@ -2,6 +2,9 @@
## 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)