firepear / petrel

It's like SQLite, but for networking
MIT License
20 stars 1 forks source link

Add UDP #5

Closed firepear closed 8 years ago

firepear commented 9 years ago

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

firepear commented 9 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.

firepear commented 9 years ago

Add netUDP.go, which contains just a listener replacement. Hopefully the connection handler will be fine.

firepear commented 8 years ago

No one cares, including me. I'll revisit this if anyone ever does.