A user space TCP/IP stack library with DPDK-supported kernel-bypass.
-
socket-like API
-
epoll-like API
-
arp reply
-
routing table
-
ip/icmp reply
-
tcp state machine
-
tcp window management
-
tcp congestion control
-
tcp keep alive
-
tcp timeout retransmit
-
A thread-safe queue between user/app thread and DPDK thread
-
compile
meson setup buildir && cd buildir
ninja