F-Stack / f-stack

F-Stack is an user space network development kit with high performance based on DPDK, FreeBSD TCP/IP stack and coroutine API.
http://www.f-stack.org
Other
3.77k stars 881 forks source link

f-stack example #316

Open solganik opened 5 years ago

solganik commented 5 years ago

Hi Guys, i`m trying to choose userland tcp stack for my pet project, considering f-stack mtcp or seastar. I cannot find from examples whether f-stack supports zero copy transmit or receive ? Thanks ahead.

whl739 commented 5 years ago

recv packets: zero copy. transmit packets: copy. and socket api will do copy too.

sashas-lb commented 5 years ago

Can you refer me to example using zero copy rx