Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ ~IPSocket
Method
~IPSocket
Kernel/src/net/ipsocket.cpp:11–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
}
10
11
IPSocket::~IPSocket(){
12
13
}
14
15
int64_t IPSocket::IPReceiveFrom(void* buffer, size_t len){
16
return -ENOSYS;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected