dns/udp_other.go

12 lines
115 B
Go

// +build !linux
package dns
import (
"net"
)
func udpSocketOobData(conn *net.UDPConn) (err error) {
return
}