MCPcopy 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
187bool CSocket::setblocking(bool block)
188{
189 return socket_blocking(m_fd, block);
190}
191
192bool CSocket::bind(const CSockAddr& sa)
193{

Callers

nothing calls this directly

Calls 1

socket_blockingFunction · 0.85

Tested by

no test coverage detected