| 257 | virtual float GetPacketFailRate() const = 0; |
| 258 | |
| 259 | ui64 GetPendingDataSize() { |
| 260 | TRequesterPendingDataStats pds; |
| 261 | GetPendingDataSize(&pds); |
| 262 | return pds.InpDataSize + pds.OutDataSize; |
| 263 | } |
| 264 | }; |
| 265 | |
| 266 | IRequester* CreateHttpUdpRequester(int port); |
no outgoing calls
no test coverage detected