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

Method SendWithHighPriority

library/cpp/neh/netliba_udp_http.cpp:350–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348 }
349
350 int SendWithHighPriority(const TUdpAddress& addr, TAutoPtr<TRopeDataPacket> data) {
351 ui32 crc32 = CalcChecksum(data->GetChain());
352 return Host_->Send(addr, data.Release(), crc32, nullptr, PP_HIGH);
353 }
354
355 void ProcessIncomingPackets() {
356 TVector<TGUID> failedRequests;

Callers

nothing calls this directly

Calls 3

CalcChecksumFunction · 0.50
SendMethod · 0.45
ReleaseMethod · 0.45

Tested by

no test coverage detected