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

Method GetCongestionControl

library/cpp/netliba/v12/net_acks.h:418–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416 Congestion = p;
417 }
418 TIntrusivePtr<TCongestionControl> GetCongestionControl() const {
419 return Congestion.Get();
420 }
421 bool IsInitialized() {
422 return PacketCount != 0;
423 }

Callers 2

CheckMTUMethod · 0.45
InitXferMethod · 0.45

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected