- isc_nm_tcpdnsconnect() sets up up an outgoing TCP DNS connection
- isc_nm_udpconnect() sets up a connected UDP socket
- isc_nm_read() now supports UDP; it reads a single datagram and then
stops until the next time it's called.
these functions will later be used to support outgoing queries in dig,
dispatch, etc.