diff options
author | Alessandro Ghedini <alessandro@ghedini.me> | 2016-04-03 13:08:28 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-04-18 23:21:50 +0200 |
commit | 03de4e4b2192bec7de94d2d5abd2a25f86c17ac3 (patch) | |
tree | 689fd77d0022d451ed0d1a5947519ac493cedc49 /docs/libcurl | |
parent | d49087f6bc95d159eeb1172173fc1e95411041fa (diff) |
connect: implement TCP Fast Open for Linux
Closes #660
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_TCP_FASTOPEN.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_TCP_FASTOPEN.3 b/docs/libcurl/opts/CURLOPT_TCP_FASTOPEN.3 index 6f6ddba72..f8f934384 100644 --- a/docs/libcurl/opts/CURLOPT_TCP_FASTOPEN.3 +++ b/docs/libcurl/opts/CURLOPT_TCP_FASTOPEN.3 @@ -40,7 +40,8 @@ All .SH EXAMPLE TODO .SH AVAILABILITY -Added in 7.49.0. This option is currently only supported on OS X El Capitan. +Added in 7.49.0. This option is currently only supported on Linux and OS X +El Capitan. .SH RETURN VALUE Returns CURLE_OK if fast open is supported by the operating system, otherwise returns CURLE_NOT_BUILT_IN. |