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

Method TimeoutEvent

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

Source from the content-addressed store, hash-verified

119 UdpPkg *udpPkg;
120
121 TimeoutEvent() {
122 timeout = 0;
123 tryCount = 0;
124 udpPkg = NULL;
125 memset(&toaddr, 0, sizeof(toaddr));
126 }
127
128 std::string toString() {
129 char buf[512];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected