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