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

does F-stack supports Stream Control Transmission Protocol(SCTP) in user space? #770

Closed DR-NEGATIVE closed 1 year ago

DR-NEGATIVE commented 1 year ago

Hi F-Stack Team,

First of all great work Team, you have done awesome work :-)

Query: does current f-stack supports SCPT in user space? as I was looking into code I have seen some SCTP related files but when I went deep into files I haven't seen anything related to dpdk's mbuf mempool etc.

Thanks

markman76 commented 1 year ago

Hi, I already posted the "How to compile SCTP source code files of FreeBSD to F-Stack?" I will continue to analyze the FreeBSD source code for using SCTP.