MCPcopy Create free account
hub / github.com/catboost/catboost / ~TAckTracker

Method ~TAckTracker

library/cpp/netliba/v6/net_acks.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 TAckTracker::~TAckTracker() {
78 for (TPacketHash::const_iterator i = PacketsInFly.begin(); i != PacketsInFly.end(); ++i)
79 Congestion->Failure();
80 // object will be incorrect state after this (failed packets are not added to resend queue), but who cares
81 }
82
83 int TAckTracker::GetPacketToSend(float deltaT) {
84 int res = SelectPacket();

Callers

nothing calls this directly

Calls 3

beginMethod · 0.45
endMethod · 0.45
FailureMethod · 0.45

Tested by

no test coverage detected