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

Method PendingConnections

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

Source from the content-addressed store, hash-verified

141 virtual int IsConnected() { return connected; }
142
143 virtual int PendingConnections() { return pending.get_length(); }
144};
145
146class LocalSocket : public Socket {

Callers 1

SysPollFunction · 0.80

Calls 1

get_lengthMethod · 0.45

Tested by

no test coverage detected