Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ SetInputBuffer
Function
SetInputBuffer
util/network/socket.cpp:315–317 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
313
}
314
315
void SetInputBuffer(SOCKET s, unsigned value) {
316
CheckedSetSockOpt(s, SOL_SOCKET, SO_RCVBUF, value,
"input buffer"
);
317
}
318
319
void SetReusePort(SOCKET s, bool value) {
320
#if defined(_unix_)
Callers
2
TOneSocketListener
Method · 0.85
SetInputBuffer
Method · 0.85
Calls
1
CheckedSetSockOpt
Function · 0.85
Tested by
no test coverage detected