Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
THttpServerConn
Method · 0.80
Calls
2
GetMaximumTransferUnit
Function · 0.85
Fd
Function · 0.85
Tested by
no test coverage detected