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

Method TSocket

util/network/socket.cpp:844–847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

842}
843
844TSocket::TSocket()
845 : Impl_(new TImpl(INVALID_SOCKET, GetCommonSockOps()))
846{
847}
848
849TSocket::TSocket(SOCKET fd)
850 : Impl_(new TImpl(fd, GetCommonSockOps()))

Callers

nothing calls this directly

Calls 5

GetCommonSockOpsFunction · 0.85
DoConnectFunction · 0.85
ToDeadLineMethod · 0.80
MaxFunction · 0.50
InfoMethod · 0.45

Tested by

no test coverage detected