Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenZWave/open-zwave
/ SetNonBlocking
Method
SetNonBlocking
cpp/src/platform/HttpClient.cpp:455–462 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
453
}
454
455
bool TcpSocket::SetNonBlocking
456
(
457
bool nonblock
458
)
459
{
460
_nonblocking = nonblock;
461
return _SetNonBlocking(_s, nonblock);
462
}
463
464
void TcpSocket::SetBufsizeIn
465
(
Callers
1
add
Method · 0.80
Calls
1
_SetNonBlocking
Function · 0.85
Tested by
no test coverage detected