]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Updated WIN32 part of TCP_FASTOPEN doc
authorFrancis Dupont <fdupont@isc.org>
Mon, 15 Aug 2016 17:43:20 +0000 (19:43 +0200)
committerFrancis Dupont <fdupont@isc.org>
Mon, 15 Aug 2016 17:43:20 +0000 (19:43 +0200)
doc/misc/tcp-fast-open

index a10270690795295f3c5fb5430b76077d5917cd2e..edde691f11801c02b23ca17ef6590e70a9c88b29 100644 (file)
@@ -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.