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

Method SendTo

library/cpp/neh/udp.cpp:134–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 }
133
134 inline void SendTo(TSocketHolder& s) {
135 Sign();
136
137 if (sendto(s, Data.data(), Data.size(), 0, Addr->Addr(), Addr->Len()) < 0) {
138 Cdbg << LastSystemErrorText() << Endl;
139 }
140 }
141
142 IRemoteAddrPtr Addr;
143 TBuffer Data;

Callers 2

ExecuteSendMethod · 0.45
DoRunMethod · 0.45

Calls 5

LastSystemErrorTextFunction · 0.50
dataMethod · 0.45
sizeMethod · 0.45
AddrMethod · 0.45
LenMethod · 0.45

Tested by

no test coverage detected