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.76k stars 879 forks source link

Websocket - Long Latency #810

Open harveyliuit opened 3 months ago

harveyliuit commented 3 months ago

I Tried to implement a websocket client. However, the packet got delayed more and more, almost exponentially. Does F-stack have issues with long running TCP connections? Can someone know please help? Thank you in advance.

freak82 commented 3 months ago

I guess the question from #811 is related to this issue that you have. Having in mind the things that I pointed out there, I'd say that:

harveyliuit commented 3 months ago

Thank you very much @freak82! I'll look into it.