Non-blocking network library News
Status: Beta
Brought to you by:
michal017
Just released 0.1.0. Check it out and submit a feedback thru the forums / bug tracker ;)
The namespace changed to nnl.
Modified netman's internals for better performance.
Implemented custom vector<> class for better clear() performance.
Things to do in the future:
- Implement optional copying of data to send from user to library so the user does not have to maintain the buffer.
- Allow multiple Send() operations on one Socket.
- Allow sending of data on other Socket (not self).... read more
Http part of the code was updated, more UT implemented.
The sources are now in SVN and doc is generated using Doxygen file from the SVN sources.