| 327 | SendResults.push_back(TSendResult(id, true)); |
| 328 | } |
| 329 | void FailedSend(int id) { |
| 330 | SendResults.push_back(TSendResult(id, false)); |
| 331 | } |
| 332 | void SendData(TList<TTransferKey>* order, float deltaT, bool needCheckAlive); |
| 333 | void RecvCycle(); |
| 334 |
nothing calls this directly
no test coverage detected