]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: enable sockets to use MSG_FASTOPEN by default
authorYuchung Cheng <ycheng@google.com>
Thu, 31 Oct 2013 16:19:32 +0000 (09:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Nov 2013 00:57:47 +0000 (19:57 -0500)
commit4634b20685fc4b274d1953e5170374331af6ecd5
treef6caab17ac51ad2f8a3cc49f886363948b873f93
parenteba5bbbe9f0f8885efcfb3ef700d48899d73d26c
tcp: enable sockets to use MSG_FASTOPEN by default

Applications have started to use Fast Open (e.g., Chrome browser has
such an optional flag) and the feature has gone through several
generations of kernels since 3.7 with many real network tests. It's
time to enable this flag by default for applications to test more
conveniently and extensively.

Signed-off-by: Yuchung Cheng <ycheng@google.com>
Signed-off-by: Neal Cardwell <ncardwell@google.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/ip-sysctl.txt
net/ipv4/tcp_fastopen.c