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

Method GetTimeout

library/cpp/netliba/v6/net_acks.h:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 return Max(minSKO, sko);
50 }
51 float GetTimeout() const {
52 return GetRTT() + GetRTTSKO() * 3;
53 }
54 void RegisterRTT(float rtt);
55 void IncreaseRTT();
56 };

Callers 3

GetPeerLinkDebugMethod · 0.45
GetTimeoutMethod · 0.45
StepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected