Searched refs:context_info (Results 1 – 1 of 1) sorted by relevance
141 struct lws_context_creation_info context_info = {}; in Create() local142 context_info.port = CONTEXT_PORT_NO_LISTEN; in Create()143 context_info.options = LWS_SERVER_OPTION_DO_SSL_GLOBAL_INIT; in Create()144 context_info.protocols = kProtocols; in Create()145 struct lws_context* lws_ctx = lws_create_context(&context_info); in Create()