NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
websocketpp::processor::constants Namespace Reference

Constants related to processing WebSocket connections. More...

Variables

static char const upgrade_token [] = "websocket"
 
static char const connection_token [] = "Upgrade"
 
static char const handshake_guid [] = "258EAFA5-E914-47DA-95CA-C5AB0DC85B11"
 

Detailed Description

Constants related to processing WebSocket connections.

Variable Documentation

◆ upgrade_token

char const websocketpp::processor::constants::upgrade_token[] = "websocket"
static

◆ connection_token

char const websocketpp::processor::constants::connection_token[] = "Upgrade"
static

◆ handshake_guid

char const websocketpp::processor::constants::handshake_guid[] = "258EAFA5-E914-47DA-95CA-C5AB0DC85B11"
static