MCPcopy 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
315void SetInputBuffer(SOCKET s, unsigned value) {
316 CheckedSetSockOpt(s, SOL_SOCKET, SO_RCVBUF, value, "input buffer");
317}
318
319void SetReusePort(SOCKET s, bool value) {
320#if defined(_unix_)

Callers 2

TOneSocketListenerMethod · 0.85
SetInputBufferMethod · 0.85

Calls 1

CheckedSetSockOptFunction · 0.85

Tested by

no test coverage detected