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

Method IsBlocking

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

Source from the content-addressed store, hash-verified

138 virtual int GetDomain() { return domain; }
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(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected