local-bind: Support binding to local interface/IPs
authorBen Greear <greearb@candelatech.com>
Sun, 18 Jul 2010 21:58:39 +0000 (23:58 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 18 Jul 2010 21:58:39 +0000 (23:58 +0200)
commite3b04e5a4796215d2483aba3cb75c72ba337ac14
tree3671ebcef566e0e32f00a50b0557b88bd8b67475
parent45a09b7efba9665bdc08e227f4baf51fab3862ae
local-bind:  Support binding to local interface/IPs

Add 3 new functions to set the local binding for the out-going
socket connection, and add ares_set_servers_csv() to set a
list of servers at once as a comma-separated string.

Signed-off-by: Ben Greear <greearb@candelatech.com>
ares.h
ares_init.c
ares_options.c
ares_private.h
ares_process.c
ares_set_local_dev.3 [new file with mode: 0644]
ares_set_local_ip4.3 [new file with mode: 0644]
ares_set_local_ip6.3 [new file with mode: 0644]
ares_set_servers.3
ares_set_servers_csv.3 [new file with mode: 0644]