mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-25 21:45:52 +00:00
Don't use MultiSocket in Overlay:
The MultiSocket is obsolete technology which is superceded by a more straightforward, template based implementation that is compatible with boost::asio::coroutines. This removes support for the unused PROXY handshake feature. After this change a large number of classes and source files may be removed.
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
#include <BeastConfig.h>
|
||||
|
||||
#include <ripple/common/impl/KeyCache.cpp>
|
||||
#include <ripple/common/impl/MultiSocket.cpp>
|
||||
#include <ripple/common/impl/ResolverAsio.cpp>
|
||||
#include <ripple/common/impl/RippleSSLContext.cpp>
|
||||
#include <ripple/common/impl/TaggedCache.cpp>
|
||||
|
||||
Reference in New Issue
Block a user