Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ AttachCongestionControl
Method
AttachCongestionControl
library/cpp/netliba/v6/net_acks.h:495–497 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
493
}
494
~TAckTracker();
495
void AttachCongestionControl(TCongestionControl* p) {
496
Congestion = p;
497
}
498
TIntrusivePtr<TCongestionControl> GetCongestionControl() const {
499
return Congestion.Get();
500
}
Callers
1
Send
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected