Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/Hardcoder
/ SendPack
Method
SendPack
libapp2sys/src/main/cpp/udp.h:175–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
uint32_t len;
174
175
SendPack() {
176
memset(&toAddr, 0, sizeof(toAddr));
177
sessionid = 0;
178
data = NULL;
179
len = 0;
180
}
181
} SendPack;
182
183
int m_fd;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected