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

Method SetLinger

util/network/socket.h:333–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331 }
332
333 inline void SetLinger(bool on, unsigned len) {
334 ::SetLinger(Fd(), on, len);
335 }
336
337 inline void SetZeroLinger() {
338 ::SetZeroLinger(Fd());

Callers 1

ResetMethod · 0.80

Calls 2

SetLingerFunction · 0.85
FdFunction · 0.85

Tested by

no test coverage detected