mirror of
https://github.com/curl/curl.git
synced 2025-09-14 16:12:43 +03:00
parent
522ea5420f
commit
fd1260d492
|
@ -7,6 +7,7 @@ Source: libcurl
|
||||||
See-also:
|
See-also:
|
||||||
- CURLOPT_SOCKOPTFUNCTION (3)
|
- CURLOPT_SOCKOPTFUNCTION (3)
|
||||||
- CURLOPT_TCP_NODELAY (3)
|
- CURLOPT_TCP_NODELAY (3)
|
||||||
|
- CURLOPT_LOCALPORT (3)
|
||||||
---
|
---
|
||||||
|
|
||||||
# NAME
|
# NAME
|
||||||
|
@ -28,12 +29,12 @@ outgoing network interface. The name can be an interface name, an IP address,
|
||||||
or a hostname.
|
or a hostname.
|
||||||
|
|
||||||
If the parameter starts with "if!" then it is treated only as an interface
|
If the parameter starts with "if!" then it is treated only as an interface
|
||||||
name. If the parameter starts with &"host!" it is treated as either an IP
|
name. If the parameter starts with "host!" it is treated as either an IP
|
||||||
address or a hostname.
|
address or a hostname.
|
||||||
|
|
||||||
If "if!" is specified but the parameter does not match an existing interface,
|
If "if!" is specified but the parameter does not match an existing interface,
|
||||||
*CURLE_INTERFACE_FAILED* is returned from the libcurl function used to
|
*CURLE_INTERFACE_FAILED* is returned from the libcurl function used to perform
|
||||||
perform the transfer.
|
the transfer.
|
||||||
|
|
||||||
libcurl does not support using network interface names for this option on
|
libcurl does not support using network interface names for this option on
|
||||||
Windows.
|
Windows.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user