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