summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-06-18 23:14:28 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-06-18 23:14:28 +0200
commitdfb873e308eb19ee31064bb2a398f7da7b58873c (patch)
tree32a4ebf1e1f8a9f9a83c89e38b4af30fc8c38104
parent6785d0dc7074a195886db45088822fe421a27b0e (diff)
downloadcurl-dfb873e308eb19ee31064bb2a398f7da7b58873c.tar.gz
CURLOPT_INTERFACE.3: interface names not supported on Windows
-rw-r--r--docs/libcurl/opts/CURLOPT_INTERFACE.35
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_INTERFACE.3 b/docs/libcurl/opts/CURLOPT_INTERFACE.3
index 16e542adb..bf30db74b 100644
--- a/docs/libcurl/opts/CURLOPT_INTERFACE.3
+++ b/docs/libcurl/opts/CURLOPT_INTERFACE.3
@@ -5,7 +5,7 @@
.\" * | (__| |_| | _ <| |___
.\" * \___|\___/|_| \_\_____|
.\" *
-.\" * Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2018, Daniel Stenberg, <daniel@haxx.se>, et al.
.\" *
.\" * This software is licensed as described in the file COPYING, which
.\" * you should have received as part of this distribution. The terms
@@ -41,6 +41,9 @@ multi interfaces to avoid allowing the code to block. If "if!" is specified
but the parameter does not match an existing interface, CURLE_INTERFACE_FAILED
is returned from the libcurl function used to perform the transfer.
+libcurl does not support using network interface names for this option on
+Windows.
+
The application does not have to keep the string around after setting this
option.
.SH DEFAULT