Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ MaximumSegmentSize
Method
MaximumSegmentSize
util/network/socket.h:353–355 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
351
}
352
353
inline size_t MaximumSegmentSize() const {
354
return GetMaximumSegmentSize(Fd());
355
}
356
357
inline size_t MaximumTransferUnit() const {
358
return GetMaximumTransferUnit(Fd());
Callers
nothing calls this directly
Calls
2
GetMaximumSegmentSize
Function · 0.85
Fd
Function · 0.85
Tested by
no test coverage detected