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

Method IsConnected

Kernel/include/net/socket.h:141–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 virtual int IsListening() { return passive; }
140 virtual int IsBlocking() { return blocking; }
141 virtual int IsConnected() { return connected; }
142
143 virtual int PendingConnections() { return pending.get_length(); }
144};

Callers 1

SysPollFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected