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

Method IPSocket

Kernel/src/net/ipsocket.cpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <logging.h>
5
6IPSocket::IPSocket(int type, int protocol) : Socket(type, protocol) {
7 domain = InternetProtocol;
8 this->type = type;
9}
10
11IPSocket::~IPSocket(){
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected