Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
146
class LocalSocket : public Socket {
Callers
1
SysPoll
Function · 0.80
Calls
1
get_length
Method · 0.45
Tested by
no test coverage detected