|
Radix Relay
Hybrid mesh communications with Signal Protocol encryption
|
#include <boost/asio.hpp>#include <boost/asio/ssl.hpp>#include <boost/beast/core.hpp>#include <boost/beast/ssl.hpp>#include <boost/beast/websocket.hpp>#include <boost/beast/websocket/ssl.hpp>#include <cstddef>#include <functional>#include <span>#include <string_view>Go to the source code of this file.
Classes | |
| struct | radix_relay::transport::websocket_connection_params |
| Parameters for establishing a WebSocket connection. More... | |
| class | radix_relay::transport::websocket_stream |
| WebSocket stream with TLS support. More... | |
Namespaces | |
| namespace | radix_relay |
| namespace | radix_relay::transport |