Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsInitialized
Method
IsInitialized
library/cpp/netliba/v6/net_acks.h:507–509 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
505
}
506
void Resend();
507
bool IsInitialized() {
508
return PacketCount != 0;
509
}
510
int GetPacketToSend(float deltaT);
511
void AddToResend(int pkt); // called when failed to send packet
512
void Ack(int pkt, float deltaT, bool updateRTT);
Callers
2
SendData
Method · 0.45
RecvCycle
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected