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

Method DoSendCancel

library/cpp/netliba/v12/udp_http.cpp:796–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

794 Host->Wait(0.1f);
795 }
796 void DoSendCancel(const TIntrusivePtr<IConnection>& connection, const TGUID& req) {
797 TAutoPtr<TRopeDataPacket> ms = new TRopeDataPacket;
798 ms->Write((char)PKT_CANCEL);
799 ms->Write(req);
800 SendWithSystemPriority(connection, ms, TTos(), DEFAULT_NETLIBA_COLOR);
801 }
802 void DoSends() {
803 {
804 TBreakRequest rb;

Callers

nothing calls this directly

Calls 2

TTosClass · 0.85
WriteMethod · 0.45

Tested by

no test coverage detected