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

Method MaximumTransferUnit

util/network/socket.h:357–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355 }
356
357 inline size_t MaximumTransferUnit() const {
358 return GetMaximumTransferUnit(Fd());
359 }
360
361 inline void ShutDown(int mode) const {
362 ::ShutDown(Fd(), mode);

Callers 1

THttpServerConnMethod · 0.80

Calls 2

GetMaximumTransferUnitFunction · 0.85
FdFunction · 0.85

Tested by

no test coverage detected