logoalt Hacker News

WolfIP: Lightweight TCP/IP stack with no dynamic memory allocations

68 pointsby 789c789c789ctoday at 3:39 PM6 commentsview on HN

Comments

rwmjtoday at 9:03 PM

passt (the network stack that you might be using if you're running qemu, or podman containers) also has no dynamic memory allocations. I always thought it's quite an interesting achievement. https://blog.vmsplice.net/2021/10/a-new-approach-to-usermode... https://passt.top/passt/about/#security

rpcope1today at 6:24 PM

It would be interesting to know why you would choose this over something like the Contiki uIP or lwIP that everything seems to use.

show 1 reply