Hacker News new | ask | show | jobs
by slackingoff2017 3152 days ago
Yes! I've been waiting for a fast userland OSS network stack forever. There's things like DPDK for IP but nobody has taken up the monumental task of getting TCP working and reliable
1 comments

f-stack, based on libuinet works over DPDK. https://github.com/F-Stack/f-stack

Libuinet is the FreeBSD TCP stack in user space (including over netmap) https://github.com/pkelsey/libuinet

There is also work in FD.io on userspace TCP & UDP. https://github.com/FDio/tldk