0

Besides, this framework support multithread construct, provide POSIX_like interface(including epoll), also support multicast. Thank you all!

qiaochu li
  • 25
  • 4
  • for posix-like interface you probably want your operating system. One reason DPDK is fast is that it's *not* posix-like – user253751 Feb 01 '23 at 23:41

2 Answers2

0

you may try using vpp by FDio.

0

you can give a try to UDPDK which is the most usable and closest to UDP like implementation (with DPDK under the hood) that I have found so far though you have to add/tweak some things before integrating in prod code

Nafiul Alam Fuji
  • 407
  • 7
  • 17