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

Method SendWithSystemPriority

library/cpp/netliba/v12/udp_http.cpp:377–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375 OutRequests.erase(i);
376 }
377 TTransfer SendWithSystemPriority(const TIntrusivePtr<IConnection>& connection, TAutoPtr<TRopeDataPacket> data, const TTos& tos, const ui8 netlibaColor) {
378 return Host->Send(connection, data.Release(), PP_SYSTEM, tos, netlibaColor);
379 }
380 void ProcessIncomingPackets() {
381 TVector<TGUID, TCustomAllocator<TGUID>> failedRequests;
382 for (;;) {

Callers

nothing calls this directly

Calls 2

SendMethod · 0.45
ReleaseMethod · 0.45

Tested by

no test coverage detected