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

Method IsKnownMTU

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

Source from the content-addressed store, hash-verified

374 return true;
375 }
376 bool IsKnownMTU() const {
377 return MTU != 0;
378 }
379 int GetMTU() const {
380 return MTU;
381 }

Callers 1

CheckMTUMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected