| 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 (;;) { |