Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ FixNetworkRouting
Function
FixNetworkRouting
Sming/Components/Network/src/Network/NetUtils.h:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
bool FixNetworkRouting();
39
#else
40
inline bool FixNetworkRouting()
41
{
42
return true; // Should work on standard lwip
43
}
44
#endif
45
46
// Debug
Callers
1
internalConnect
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected