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

Method CancelWait

library/cpp/netliba/v12/udp_socket.cpp:91–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 void TUdpSocket::CancelWait(const TUdpAddress& address) {
92 if (address == TUdpAddress()) {
93 S->CancelWait(UDP_NETLIBA_VERSION_V12);
94 } else {
95 sockaddr_in6 a;
96 GetWinsockAddr(&a, address);
97 S->CancelWaitHost(a);
98 }
99 }
100
101 ///////////////////////////////////////////////////////////////////////////////
102

Callers

nothing calls this directly

Calls 3

CancelWaitHostMethod · 0.80
TUdpAddressClass · 0.70
GetWinsockAddrFunction · 0.70

Tested by

no test coverage detected