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

Method SendWithHighPriority

library/cpp/netliba/v6/udp_http.cpp:358–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356 OutRequests.erase(i);
357 }
358 int SendWithHighPriority(const TUdpAddress& addr, TAutoPtr<TRopeDataPacket> data) {
359 ui32 crc32 = CalcChecksum(data->GetChain());
360 return Host->Send(addr, data.Release(), crc32, nullptr, PP_HIGH);
361 }
362 void ProcessIncomingPackets() {
363 TVector<TGUID, TCustomAllocator<TGUID>> failedRequests;
364 for (;;) {

Callers

nothing calls this directly

Calls 3

CalcChecksumFunction · 0.70
SendMethod · 0.45
ReleaseMethod · 0.45

Tested by

no test coverage detected