From: Francis Dupont Date: Mon, 15 Aug 2016 17:43:20 +0000 (+0200) Subject: Updated WIN32 part of TCP_FASTOPEN doc X-Git-Tag: v9.12.0a0~96 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f4288bafe9c5638a7629ae85220bf4eebff03042;p=thirdparty%2Fbind9.git Updated WIN32 part of TCP_FASTOPEN doc --- diff --git a/doc/misc/tcp-fast-open b/doc/misc/tcp-fast-open index a1027069079..edde691f118 100644 --- a/doc/misc/tcp-fast-open +++ b/doc/misc/tcp-fast-open @@ -21,7 +21,10 @@ System specific notes: - Apple OS X/macOS allows only 0 or 1 so the code puts 1 for this system. - - Windows 10 uses a 0/1 char flag and perhaps as not yet server support? + - Windows 10 uses a 0/1 char flag? Note that TCP_FASTOPEN is defined + only in SDK 10.0.14393.0 or higher (Visual Studio 2015 requires + extra setting of the "Target Platform Version" in all project + properties). - the only other system known to support this is Linux.