Re: [PATCH] sysctl net: Keep tcp_syn_retries inside the boundary

2013-07-19 Thread Sergei Shtylyov
Hello. On 19-07-2013 14:47, Michal Tesar wrote: Limit the min/max value passed to the /proc/sys/net/ipv4/tcp_syn_retries. Signed-off-by: Michal Tesar --- net/ipv4/sysctl_net_ipv4.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/net/ipv4/sysctl_net_ipv4.c

[PATCH] sysctl net: Keep tcp_syn_retries inside the boundary

2013-07-19 Thread Michal Tesar
Limit the min/max value passed to the /proc/sys/net/ipv4/tcp_syn_retries. Signed-off-by: Michal Tesar --- net/ipv4/sysctl_net_ipv4.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/net/ipv4/sysctl_net_ipv4.c b/net/ipv4/sysctl_net_ipv4.c index b2c123c..fdc2a17 100644