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

Method Kill

library/cpp/netliba/v6/udp_client_server.cpp:1259–1263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1257 }
1258
1259 void TUdpHost::Kill(const TUdpAddress& addr) {
1260 sockaddr_in6 target;
1261 GetWinsockAddr(&target, addr);
1262 SendKill(s, target);
1263 }
1264
1265 TIntrusivePtr<IPeerQueueStats> TUdpHost::GetQueueStats(const TUdpAddress& addr) {
1266 TQueueStatsHash::iterator zq = PeerQueueStats.find(addr);

Callers 1

KillFunction · 0.45

Calls 2

SendKillFunction · 0.85
GetWinsockAddrFunction · 0.70

Tested by

no test coverage detected