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.87k stars 899 forks source link

TCP connection to localhost using KNI? #821

Closed likewise closed 5 months ago

likewise commented 6 months ago

Is it possible to have one socket in F-Stack that connects to the Linux kernel TCP/IP stack for localhost connections?

If so, how would I need to set up KNI? Are there examples?