From: Peter Pan(潘卫平) Date: Mon, 5 Dec 2011 21:39:41 +0000 (+0000) Subject: ipv4:correct description for tcp_max_syn_backlog X-Git-Tag: v3.2-rc5~38^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99b53bdd810611cc178e1a86bc112d8f4f56a1e9;p=pandora-kernel.git 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 Reviewed-by: Shan Wei Acked-by: Neil Horman Signed-off-by: David S. Miller --- Reading git-diff-tree failed