Thread (19 messages) flat view 19 messages, 5 authors, 2013-01-28

Re: Doubts about listen backlog and tcp_max_syn_backlog

From: Leandro Lucarella <hidden>
Date: 2013-01-22 18:42:58
Also in: lkml

On Tue, Jan 22, 2013 at 10:17:50AM -0800, Rick Jones wrote:
quoted
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.
What is that value reporting exactly? Because we are using syncookies,
and AFAIK with that enabled, all SYNs are being replied, and what the
listen backlog is really limitting is the "completely  established
sockets waiting to be accepted", according to listen(2). What I don't
really know to be honest, is what a "completely established socket" is,
does it mean that the SYN,ACK was sent, or the ACK was received back?

Also, from the client side, when is the connect(2) call done? When the
SYN,ACK is received?

Thanks!

-- 
Leandro Lucarella
sociomantic labs GmbH
http://www.sociomantic.com
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help