aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_fastopen.c
Commit message (Collapse)AuthorAgeFilesLines
* tcp: enable sockets to use MSG_FASTOPEN by defaultYuchung Cheng2016-09-011-1/+1
| | | | | | | | | | | | | 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>
* first commitMeizu OpenSource2016-08-151-0/+92