eio
eio copied to clipboard
Can't use connected UDP sockets
Usually you can "connect" a UDP socket and use normal writes and reads. In former times a sendto on UDP was a connect+write, at the very least this should allow the kernel to cache a route lookup and etc.
This is not the same as an unbound socket, I'm re-opening.