Menu

asio version 1.1.1 released

A new development release of asio, version 1.1.1, has been released.

asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach.

The asio 1.1.1 release continues the 1.1.x development series, and represents the complete feature set that will become asio 1.2.x. The major new features added since 1.1.0 include support for serial ports, raw sockets and ICMP, wrapper classes for random-access Windows HANDLEs, new overloads of read_until and async_read_until that take a user-defined function object, and a range of performance improvements.

http://asio.sourceforge.net

Posted by Chris Kohlhoff 2008-07-03

Log in to post a comment.