Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetCongestionControl
Method
GetCongestionControl
library/cpp/netliba/v6/net_acks.h:498–500 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
496
Congestion = p;
497
}
498
TIntrusivePtr<TCongestionControl> GetCongestionControl() const {
499
return Congestion.Get();
500
}
501
void SetPacketCount(int n) {
502
Y_ASSERT(PacketCount == 0);
503
PacketCount = n;
Callers
1
SendData
Method · 0.45
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected