From 03de4e4b2192bec7de94d2d5abd2a25f86c17ac3 Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Sun, 3 Apr 2016 13:08:28 +0100 Subject: connect: implement TCP Fast Open for Linux Closes #660 --- docs/libcurl/opts/CURLOPT_TCP_FASTOPEN.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/libcurl/opts') 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. -- cgit v1.2.3