Send a single encoded
DNSMessage over TCP. An explicit length
is prepended to the encoded buffer before transmission. If you want to
send a batch of multiple encoded messages back-to-back over a single
TCP connection, and then loop to collect the results, use
encodeVC to prefix each message with a length, and then use
sendAll to send a concatenated batch of the resulting
encapsulated messages.