Re: Doubts about listen backlog and tcp_max_syn_backlog
From: Rick Jones
Date: Tue Jan 22 2013 - 13:17:40 EST
What is important is the backlog, and I guess you didn't increase it
properly. The somaxconn default is quite low (128)
Leandro -
If that is being overflowed, I believe you should be seeing something like:
14 SYNs to LISTEN sockets dropped
in the output of netstat -s on the system on which the server
application is running.
rick
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/