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

Method RecvDispath

adapter/micro_thread/mt_net.cpp:1117–1127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1115}
1116
1117int32_t CSockLink::RecvDispath()
1118{
1119 if (_proto_type == NET_PROTO_UDP)
1120 {
1121 return this->DispathUdp();
1122 }
1123 else
1124 {
1125 return this->DispathTcp();
1126 }
1127}
1128
1129void CSockLink::ExtendRecvRsp()
1130{

Callers 1

InputNotifyMethod · 0.95

Calls 2

DispathUdpMethod · 0.95
DispathTcpMethod · 0.95

Tested by

no test coverage detected