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

Method Update

library/cpp/netliba/v6/udp_client_server.cpp:248–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246 {
247 }
248 bool Update(float deltaT, const TUdpAddress& toAddress, float* maxWaitTime) {
249 bool updateOk = UdpCongestion->UpdateAlive(toAddress, deltaT, UDP_TRANSFER_TIMEOUT, maxWaitTime);
250 return updateOk;
251 }
252 void StartSleep(const TUdpAddress& toAddress, float* maxWaitTime) {
253 //printf("peer_link start sleep, IBPeer = %p, refs = %d\n", IBPeer.Get(), (int)IBPeer.RefCount());
254 UdpCongestion->UpdateAlive(toAddress, 0, UDP_TRANSFER_TIMEOUT, maxWaitTime);

Callers 1

StepMethod · 0.45

Calls 1

UpdateAliveMethod · 0.45

Tested by

no test coverage detected