From dfb873e308eb19ee31064bb2a398f7da7b58873c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 18 Jun 2018 23:14:28 +0200 Subject: CURLOPT_INTERFACE.3: interface names not supported on Windows --- docs/libcurl/opts/CURLOPT_INTERFACE.3 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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, , et al. +.\" * Copyright (C) 1998 - 2018, Daniel Stenberg, , 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 -- cgit v1.2.1