|
NFD: Named Data Networking Forwarding Daemon 24.07-28-gdcc0e6e0
|
#include "core/config.hpp"#include "websocketpp/config/asio_no_tls_client.hpp"#include "websocketpp/client.hpp"#include "websocketpp/config/asio_no_tls.hpp"#include "websocketpp/server.hpp"
Include dependency graph for websocketpp.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | nfd |
| namespace | nfd::websocket |
Typedefs | |
| using | nfd::websocket::Client = websocketpp::client< websocketpp::config::asio_client > |
| using | nfd::websocket::Server = websocketpp::server< websocketpp::config::asio > |