High Traffic setup problem, module status don't deliver data

On Tuesday 11 February 2014 20:29:25 Maxim D. wrote:

[…]

should be added to the value. And it’s very hard to tell how many
Is there any way to see how many such connections are queued then?

They all stay in SYN_RECV state. If I understand right, something
like this will show:

netstat -n | grep SYN_RECV | grep :80 | wc -l

How these connections are different from ones in real SYN_RECV
state then? I.e., how one is expected to distinguish them from
connections not yet passed 3-way handhake?

AFAIK, there is no way to distinguish them.

wbr, Valentin V. Bartenev

Am 11-02-2014 18:56, schrieb Valentin V. Bartenev:

(As for backlog size, I usually set it to something big enough to
should be added to the value. And it’s very hard to tell how many
Is there any way to see how many such connections are queued then?

Not a problem at all, till it’s noticeable lower than
tcp_max_syn_backlog.

Ok thanks