| 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; |
nothing calls this directly
no test coverage detected