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

Method GetSendSysSocketSize

library/cpp/netliba/socket/socket.cpp:442–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440 }
441
442 int TAbstractSocket::GetSendSysSocketSize() {
443 return SendSysSocketSize;
444 }
445
446 void TAbstractSocket::SetRecvLagTime(NHPTimer::STime time) {
447 AtomicSet(RecvLag, time);

Callers 2

FlushPacketsMethod · 0.80
GetSockDebugMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected