sockets: add ability to disable DNS resolution for InetSocketAddress
commit6979a813f38d221bf68c3928a8d2b810cefc34b5
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 19 Jul 2016 11:58:52 +0000 (19 12:58 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 23 Jan 2017 15:32:17 +0000 (23 15:32 +0000)
tree18ca9040208ea2903cc62fcb35173cd2a8de1379
parent598cf1c805271564686f2d732b36f50c3c40dcdd
sockets: add ability to disable DNS resolution for InetSocketAddress

Add a 'numeric' flag to the InetSocketAddress struct to allow the
caller to indicate that DNS should be skipped for the host/port
fields. This is useful if the caller knows the address is already
numeric and wants to guarantee no (potentially blocking) DNS
lookups are attempted.

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
qapi-schema.json
util/qemu-sockets.c