Skip to content

xinyandai/dpdk-tcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages