Netdev List
 help / color / mirror / Atom feed
* net.ipv4.tcp_max_syn_backlog implementation
@ 2017-08-29  3:47 Harsha Chenji
  2017-08-29  4:12 ` Willy Tarreau
  2017-08-29  4:17 ` Eric Dumazet
  0 siblings, 2 replies; 5+ messages in thread
From: Harsha Chenji @ 2017-08-29  3:47 UTC (permalink / raw)
  To: netdev

So I have ubuntu 12.04 x32 in a VM with syncookies turned off. I tried
to do a syn flood (with netwox) on 3 different processes. Each of them
returns a different value with netstat -na | grep -c RECV :

nc -l 5555 returns 16 (netcat-traditional)
apache2 port 80 returns 256
vsftpd on 21 returns 64.
net.ipv4.tcp_max_syn_backlog is 512.

Why do these different processes on different ports have different
queue lengths for incomplete connections? Where exactly in the kernel
is this decided?

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-08-29 16:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-29  3:47 net.ipv4.tcp_max_syn_backlog implementation Harsha Chenji
2017-08-29  4:12 ` Willy Tarreau
2017-08-29  4:17 ` Eric Dumazet
2017-08-29 15:05   ` Harsha Chenji
2017-08-29 16:17     ` Eric Dumazet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox