Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ SetLinger
Method
SetLinger
util/network/socket.h:333–335 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
331
}
332
333
inline void SetLinger(bool on, unsigned len) {
334
::SetLinger(Fd(), on, len);
335
}
336
337
inline void SetZeroLinger() {
338
::SetZeroLinger(Fd());
Callers
1
Reset
Method · 0.80
Calls
2
SetLinger
Function · 0.85
Fd
Function · 0.85
Tested by
no test coverage detected