mirror of
https://github.com/miekg/dns.git
synced 2025-08-12 12:36:58 +02:00
8 lines
192 B
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
|