Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ GetMsgBuffSize
Method
GetMsgBuffSize
adapter/micro_thread/mt_action.h:85–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
};
84
85
int GetMsgBuffSize() {
86
return (_buff_size > 0) ? _buff_size : 65535;
87
}
88
89
void SetSessionName(int name) {
90
_ntfy_name = name;
Callers
2
InitConnEnv
Method · 0.95
InputNotify
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected