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

Method GetMTUDiscovery

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

Source from the content-addressed store, hash-verified

380 return MTU;
381 }
382 TLameMTUDiscovery* GetMTUDiscovery() {
383 if (MTUDiscovery.Get() == nullptr)
384 MTUDiscovery = new TLameMTUDiscovery;
385 return MTUDiscovery.Get();
386 }
387 void SetMTU(int sz) {
388 // Cerr << "Setting MTU at " << ui64(this) << " to " << sz << Endl;
389 MTU = sz;

Callers 1

CheckMTUMethod · 0.45

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected