mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-01 00:15:51 +00:00
Add MultiSocket
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user