Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ SetZeroLinger
Method
SetZeroLinger
util/network/socket.h:337–339 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
335
}
336
337
inline void SetZeroLinger() {
338
::SetZeroLinger(Fd());
339
}
340
341
inline void SetKeepAlive(bool value) {
342
::SetKeepAlive(Fd(), value);
Callers
nothing calls this directly
Calls
2
SetZeroLinger
Function · 0.85
Fd
Function · 0.85
Tested by
no test coverage detected