MCPcopy Create free account
hub / github.com/Tencent/Hardcoder / startLoop

Method startLoop

libapp2sys/src/main/cpp/udp.h:706–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704 }
705
706 int startLoop() {
707 return loop();
708 }
709
710 int64_t send(struct sockaddr_in addr, uint8_t *data, int len) {
711 SendPack *sendPack = new SendPack();

Callers 2

udpClientThreadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected