dns/server.go

8 lines
192 B
Go

// 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