connect: implement TCP Fast Open for Linux

Closes #660
This commit is contained in:
Alessandro Ghedini 2016-04-03 13:08:28 +01:00 committed by Daniel Stenberg
parent d49087f6bc
commit 03de4e4b21
4 changed files with 20 additions and 6 deletions

View file

@ -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.