Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ websocket_init
Function
websocket_init
src/engine/shared/websockets.cpp:235–238 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
233
}
234
235
void websocket_init()
236
{
237
lws_set_log_level(LLL_ERR | LLL_WARN | LLL_NOTICE | LLL_INFO, websocket_log_callback);
238
}
239
240
int websocket_create(const NETADDR *bindaddr)
241
{
Callers
1
net_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected