Add MultiSocket

This commit is contained in:
Vinnie Falco
2013-08-09 13:40:46 -07:00
parent 405c9be337
commit 173090f63f
10 changed files with 923 additions and 671 deletions

View File

@@ -26,7 +26,8 @@ public:
public:
struct SocketInterfaces
: beast::SocketInterface::AsyncStream
, beast::SocketInterface::AsyncHandshake { };
, beast::SocketInterface::AsyncHandshake
, beast::SocketInterface::LowestLayer { };
AutoSocket (boost::asio::io_service& s, boost::asio::ssl::context& c)
: mSecure (false)