Commit Graph

2 Commits

Author SHA1 Message Date
Markus Maiwald 00fcda08e7 test(utcp): Root cause analysis - QEMU hostfwd requires listening socket
Documented why UDP/9999 packets don't reach Fast Path. QEMU's NAT drops packets without listening socket. Proposed TAP networking solution for Phase 38.
2026-01-07 17:04:51 +01:00
Markus Maiwald 0cfe5a27ae feat(net): Fast Path/Zero-Copy Bypass & Network Stack Documentation
Implemented Fast Path filter for UDP/9999 UTCP tunnel traffic, bypassing LwIP stack. Added zero-copy header stripping in fastpath.nim. Documented full network stack architecture in docs/NETWORK_STACK.md. Verified ICMP ping and LwIP graft functionality.
2026-01-07 16:29:15 +01:00