MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / UDPSocket

Method UDPSocket

Kernel/src/net/ipsocket.cpp:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77UDPSocket::UDPSocket(int type, int protocol) : IPSocket(type, protocol){
78 assert(type == DatagramSocket);
79}
80
81int64_t UDPSocket::IPReceiveFrom(void* buffer, size_t len){
82 return -ENOSYS;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected