fastos / fastsocket

Fastsocket is a highly scalable socket and its underlying networking implementation of Linux kernel. With the straight linear scalability, Fastsocket can provide extremely good performance in multicore machines. In addition, it is very easy to use and maintain. As a result, it has been deployed in the production environment of SINA.
GNU General Public License v2.0
3.76k stars 727 forks source link

Connection reset by peer for demo server #63

Open nileshunhale96 opened 5 years ago

nileshunhale96 commented 5 years ago

Hi,

I am running demo server to test fastsocket. The client I am using is ab benchmark. The server works fine in the normal kernel mode. However, when I run it with LD_PRELOAD of faastsocket.so, it handles a single burst of packets and then at ab I get connection reset by peer. Can you please help me resolve this issue.