mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
Add WebSocket 04 interface.
* New WebSocket04 traits class implements strategies. * New "websocket_version" configuration setting selects between 0.2 and 0.4.
This commit is contained in:
@@ -673,7 +673,7 @@ for tu_style in ['classic', 'unity']:
|
||||
'src/ripple/unity/rpcx.cpp',
|
||||
'src/ripple/unity/server.cpp',
|
||||
'src/ripple/unity/validators.cpp',
|
||||
'src/ripple/unity/websocket.cpp'
|
||||
'src/ripple/unity/websocket02.cpp'
|
||||
)
|
||||
|
||||
object_builder.add_source_files(
|
||||
@@ -712,6 +712,11 @@ for tu_style in ['classic', 'unity']:
|
||||
]
|
||||
)
|
||||
|
||||
object_builder.add_source_files(
|
||||
'src/ripple/unity/websocket04.cpp',
|
||||
CPPPATH='src/websocketpp',
|
||||
)
|
||||
|
||||
if toolchain == "clang" and Beast.system.osx:
|
||||
object_builder.add_source_files('src/ripple/unity/beastobjc.mm')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user