jacksonh / manos

Manos is an easy to use, easy to test, high performance web application framework that stays out of your way and makes your life ridiculously simple.
Other
455 stars 61 forks source link

Udp implementation for Manos.IO #129

Closed ghost closed 13 years ago

ghost commented 13 years ago

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.