Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ setblocking
Method
setblocking
Sming/Arch/Host/Components/hostlib/sockets.cpp:187–190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
185
}
186
187
bool CSocket::setblocking(bool block)
188
{
189
return socket_blocking(m_fd, block);
190
}
191
192
bool CSocket::bind(const CSockAddr& sa)
193
{
Callers
nothing calls this directly
Calls
1
socket_blocking
Function · 0.85
Tested by
no test coverage detected