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

Method OnSend

library/cpp/neh/netliba.cpp:134–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 }
133
134 void OnSend() {
135 if (TNetLibaOptions::AckTailEffect.GetValue() && TLastAckTimes::Common().Get(IdAddr_) + TNetLibaOptions::AckTailEffect.GetValue() > TInstant::Now().GetValue()) {
136 //fake(predicted) completing detection
137 SetSendComplete();
138 }
139 }
140
141 void OnRequestAck() {
142 if (TNetLibaOptions::AckTailEffect.GetValue()) {

Callers 2

OnSendMethod · 0.45
ScheduleMethod · 0.45

Calls 3

NowFunction · 0.50
GetValueMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected