#include <random>
#include <boost/timer/timer.hpp>
#include <websocketpp/config/core.hpp>
#include <websocketpp/server.hpp>
#include <iostream>
#include <sstream>
Go to the source code of this file.
Typedefs | |
typedef websocketpp::server< websocketpp::config::core > | server |
Functions | |
int | main () |
int main | ( | ) |
Definition at line 65 of file main.cpp.
References websocketpp::frame::byte_mask(), websocketpp::message_buffer::alloc::con_msg_manager< message >::get_message(), websocketpp::frame::uint32_converter::i, websocketpp::frame::opcode::TEXT, websocketpp::utility::to_hex(), and websocketpp::frame::word_mask_exact().