Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Barracuda09/SATPI
/ setFD
Method
setFD
src/socket/SocketAttr.cpp:186–188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
}
185
186
void SocketAttr::setFD(int fd) {
187
_fd = fd;
188
}
189
190
void SocketAttr::setSocketTimeoutInSec(unsigned int timeout) {
191
struct timeval tv;
Callers
1
acceptConnection
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected