MCPcopy Create free account
hub / github.com/F-Stack/f-stack / SetDestAddress

Method SetDestAddress

adapter/micro_thread/mt_net.cpp:155–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155void CNetHelper::SetDestAddress(struct sockaddr_in* dst)
156{
157 if (handler != NULL) {
158 CNetHandler* net_handler = (CNetHandler*)handler;
159 return net_handler->SetDestAddress(dst);
160 }
161}
162
163void CNetHelper::SetSessionId(uint64_t sid)
164{

Callers 1

FindSessionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected