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

Method SetMTU

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

Source from the content-addressed store, hash-verified

385 return MTUDiscovery.Get();
386 }
387 void SetMTU(int sz) {
388 // Cerr << "Setting MTU at " << ui64(this) << " to " << sz << Endl;
389 MTU = sz;
390 MTUDiscovery = nullptr;
391 CalcMaxWindow();
392 }
393 };
394
395 class TAckTracker {

Callers 2

CheckMTUMethod · 0.45
ProcessPingPacketMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected