Home
last modified time | relevance | path

Searched refs:contextInfo (Results 1 - 1 of 1) sorted by relevance

/ide/tools/previewer/util/
H A DWebSocketServer.cpp99 struct lws_context_creation_info contextInfo = {0}; in StartWebsocketListening() local
100 contextInfo.port = serverPort; in StartWebsocketListening()
101 contextInfo.iface = serverHostname; in StartWebsocketListening()
102 contextInfo.protocols = protocols; in StartWebsocketListening()
103 contextInfo.ip_limit_wsi = websocketMaxConn; in StartWebsocketListening()
104 contextInfo.options = LWS_SERVER_OPTION_VALIDATE_UTF8; in StartWebsocketListening()
105 struct lws_context* context = lws_create_context(&contextInfo); in StartWebsocketListening()

Completed in 1 milliseconds