MCPcopy Create free account
hub / github.com/catboost/catboost / SetOutputBuffer

Function SetOutputBuffer

util/network/socket.cpp:311–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311void SetOutputBuffer(SOCKET s, unsigned value) {
312 CheckedSetSockOpt(s, SOL_SOCKET, SO_SNDBUF, value, "output buffer");
313}
314
315void SetInputBuffer(SOCKET s, unsigned value) {
316 CheckedSetSockOpt(s, SOL_SOCKET, SO_RCVBUF, value, "input buffer");

Callers 2

TOneSocketListenerMethod · 0.85
SetOutputBufferMethod · 0.85

Calls 1

CheckedSetSockOptFunction · 0.85

Tested by

no test coverage detected