Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 446 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 446 Bytes

DPDK-TCP

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