diff options
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r-- | net/ipv4/tcp_ipv4.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index 3146279695b9..98313d10a2e0 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c | |||
@@ -860,7 +860,6 @@ static void tcp_v4_reqsk_destructor(struct request_sock *req) | |||
860 | kfree(inet_rsk(req)->opt); | 860 | kfree(inet_rsk(req)->opt); |
861 | } | 861 | } |
862 | 862 | ||
863 | |||
864 | #ifdef CONFIG_TCP_MD5SIG | 863 | #ifdef CONFIG_TCP_MD5SIG |
865 | /* | 864 | /* |
866 | * RFC2385 MD5 checksumming requires a mapping of | 865 | * RFC2385 MD5 checksumming requires a mapping of |
@@ -2391,6 +2390,8 @@ static int __net_init tcp_sk_init(struct net *net) | |||
2391 | net->ipv4.sysctl_tcp_syn_retries = TCP_SYN_RETRIES; | 2390 | net->ipv4.sysctl_tcp_syn_retries = TCP_SYN_RETRIES; |
2392 | net->ipv4.sysctl_tcp_synack_retries = TCP_SYNACK_RETRIES; | 2391 | net->ipv4.sysctl_tcp_synack_retries = TCP_SYNACK_RETRIES; |
2393 | 2392 | ||
2393 | net->ipv4.sysctl_tcp_syncookies = 0; | ||
2394 | |||
2394 | return 0; | 2395 | return 0; |
2395 | fail: | 2396 | fail: |
2396 | tcp_sk_exit(net); | 2397 | tcp_sk_exit(net); |