MCPcopy 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
11IPSocket::~IPSocket(){
12
13}
14
15int64_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