This is a UDP implementation for Manos.IO. It changes the streams a little bit by removing one unused method overload, and the sockets a lot by introducing a whole host of new interface to nicely abstract just about anything that walks, looks, and quacks like a socket.
Unfortunately, this also removes TLS support for now. It could be implemented in the same manner as before, with it's own socket class, but that's ugly and won't work on !libev.
This is a UDP implementation for Manos.IO. It changes the streams a little bit by removing one unused method overload, and the sockets a lot by introducing a whole host of new interface to nicely abstract just about anything that walks, looks, and quacks like a socket.
Unfortunately, this also removes TLS support for now. It could be implemented in the same manner as before, with it's own socket class, but that's ugly and won't work on !libev.