Mellanox/sockperf

sockperf server on TCP mode will silently close client socket after it accepts 1024 connection

avnerbh opened this issue · 1 comments

This is related to "#define MAX_ACTIVE_FD_NUM 1024" in Defs.h

fixed in commit 2d666e1 by just issuing a warning to the user
(we may need better solution for the root cause)