Closed firepear closed 8 years ago
/asock.go:154: cannot use l (type *net.UDPConn) as type net.Listener in argument to commonNew:
*net.UDPConn does not implement net.Listener (missing Accept method)
Deferring this.
Add netUDP.go, which contains just a listener replacement. Hopefully the connection handler will be fine.
No one cares, including me. I'll revisit this if anyone ever does.
A UDP connection type would allow for building a more highly-performant system atop Asock. Delivery validation, of course, becomes the domain of something above Asock