]> git.baikalelectronics.ru Git - kernel.git/commit
net: change tcp_syn_retries documentation
authorXin Long <lucien.xin@gmail.com>
Wed, 20 Jan 2016 08:12:33 +0000 (16:12 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Jan 2016 02:55:08 +0000 (18:55 -0800)
commit850350a57ef1444e2085529e0d7ee439a3d5150c
treec0f541447545a3cf058e9e353ab6dd40f2cb22b3
parent21f5d09c7955dcc8c32c628aa356f653a2641a63
net: change tcp_syn_retries documentation

Documentation should be kept consistent with the code:

 static int tcp_syn_retries_max = MAX_TCP_SYNCNT;
 #define MAX_TCP_SYNCNT          127

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/ip-sysctl.txt