]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ipv4:correct description for tcp_max_syn_backlog
authorPeter Pan(潘卫平) <panweiping3@gmail.com>
Mon, 5 Dec 2011 21:39:41 +0000 (21:39 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Dec 2011 18:02:28 +0000 (13:02 -0500)
commit99b53bdd810611cc178e1a86bc112d8f4f56a1e9
tree0d663b68aaa3c5e1e7290809183a3031be6c9072
parent65e9d805e96c7e6a15c1e3b0c00a842d2249bab8
ipv4:correct description for tcp_max_syn_backlog

Since commit c5ed63d66f24(tcp: fix three tcp sysctls tuning),
sysctl_max_syn_backlog is determined by tcp_hashinfo->ehash_mask,
and the minimal value is 128, and it will increase in proportion to the
memory of machine.
The original description for tcp_max_syn_backlog and sysctl_max_syn_backlog
are out of date.

Changelog:
V2: update description for sysctl_max_syn_backlog

Signed-off-by: Weiping Pan <panweiping3@gmail.com>
Reviewed-by: Shan Wei <shanwei88@gmail.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/ip-sysctl.txt
net/core/request_sock.c