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

Method Open

library/cpp/netliba/v6/udp_socket.cpp:102–106  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

100
101 //////////////////////////////////////////////////////////////////////////
102 void TNetSocket::Open(int port) {
103 TIntrusivePtr<NNetlibaSocket::ISocket> theSocket = NNetlibaSocket::CreateSocket();
104 theSocket->Open(port);
105 Open(theSocket);
106 }
107
108 void TNetSocket::Open(const TIntrusivePtr<NNetlibaSocket::ISocket>& socket) {
109 s = socket;

Callers 6

StartMethod · 0.45
RecvCycleMethod · 0.45
CreateUdpHostFunction · 0.45
InitMethod · 0.45
CreateHttpUdpRequesterFunction · 0.45

Calls 2

IsValidFunction · 0.85
CreateSocketFunction · 0.50

Tested by 2

InitMethod · 0.36