Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/Hardcoder
/ UdpServer
Method
UdpServer
libapp2sys/src/main/cpp/server.h:206–209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
public:
205
206
UdpServer() {
207
inst = NULL;
208
running = 0;
209
}
210
211
static void* udpServerThread(void *args) {
212
UdpServer *server = (UdpServer *) args;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected