QuickSock
A simple C++ socket library used to make socket programming tolerable.
...QuickSock currently relies on the WinSock library on Windows, (and as of April 2013, QuickSock uses BSD sockets on other platforms).
QuickSock is a work in progress, so later down the road I may add new features, or change how things function. See the "Things to add in the future" section for details.
Any criticism, feature requests, and/or bug reports are appreciated.
Things to add in the future:
* Proper support for IPV6 networking.
* Optional reliable messaging.
* TCP support.
* C++ native stream support...