mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2026-03-16 20:53:50 +00:00
committed by
Daniel Stenberg
parent
a37863498f
commit
5e5b2f4239
@ -206,7 +206,7 @@ directives override one another. If more that one instance of either
|
||||
.I domain
|
||||
or
|
||||
.I search
|
||||
directives is specified, the last occurence wins. For more information,
|
||||
directives is specified, the last occurrence wins. For more information,
|
||||
please see the
|
||||
.BR resolv.conf (5)
|
||||
manual page.
|
||||
|
||||
@ -26,7 +26,7 @@ ares_set_local_dev \- Bind to a specific network device when creating sockets.
|
||||
The \fBares_set_local_dev\fP function causes all future sockets
|
||||
to be bound to this device with SO_BINDTODEVICE. This forces communications
|
||||
to go over a certain interface, which can be useful on multi-homed machines.
|
||||
This option is only supported on Linux, and root priviledges are required
|
||||
This option is only supported on Linux, and root privileges are required
|
||||
for the option to work. If SO_BINDTODEVICE is not supported or the
|
||||
setsocktop call fails (probably because of permissions), the error is
|
||||
silently ignored.
|
||||
|
||||
Reference in New Issue
Block a user