Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ GetMsgDstAddr
Method
GetMsgDstAddr
adapter/micro_thread/mt_action.h:77–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
};
76
77
struct sockaddr_in* GetMsgDstAddr() {
78
return &_addr;
79
};
80
81
void SetMsgBuffSize(int buff_size) {
82
_buff_size = buff_size;
Callers
3
InitConnEnv
Method · 0.95
SendData
Method · 0.80
OpenCnnect
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected