Project

General

Profile

Task #2613

Updated by Davide Pesavento about 9 years ago

In particular: 

 * The `boost::asio::*::acceptor` instance can be a simple member field, as it's not shared with any other object. 
 * Sockets can use Use C++11 move semantics (natively supported by boost) when ownership is transferred from for sockets in all faces and channels, eliminating the channel to the face. usage of `shared_ptr`.

Back