// Server side. An receiver listen for incoming packets. // If the packet is wellformed it is passed on to the channel. // Otherwise a FORMERR is returned directly. // package dns // TODO MG