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

Method DoSendCancel

library/cpp/netliba/v6/udp_http.cpp:707–712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

705 Host->Wait(0.1f);
706 }
707 void DoSendCancel(const TUdpAddress& addr, const TGUID& req) {
708 TAutoPtr<TRopeDataPacket> ms = new TRopeDataPacket;
709 ms->Write((char)PKT_CANCEL);
710 ms->Write(req);
711 SendWithHighPriority(addr, ms);
712 }
713 void DoSends() {
714 {
715 TBreakRequest rb;

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected