diff options
Diffstat (limited to 'net/ipv4/tcp_fastopen.c')
-rw-r--r-- | net/ipv4/tcp_fastopen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_fastopen.c b/net/ipv4/tcp_fastopen.c index 766032b4a6c3..f195d9316e55 100644 --- a/net/ipv4/tcp_fastopen.c +++ b/net/ipv4/tcp_fastopen.c | |||
@@ -8,7 +8,7 @@ | |||
8 | #include <net/inetpeer.h> | 8 | #include <net/inetpeer.h> |
9 | #include <net/tcp.h> | 9 | #include <net/tcp.h> |
10 | 10 | ||
11 | int sysctl_tcp_fastopen __read_mostly; | 11 | int sysctl_tcp_fastopen __read_mostly = TFO_CLIENT_ENABLE; |
12 | 12 | ||
13 | struct tcp_fastopen_context __rcu *tcp_fastopen_ctx; | 13 | struct tcp_fastopen_context __rcu *tcp_fastopen_ctx; |
14 | 14 | ||