| 1352 | } |
| 1353 | |
| 1354 | void ClientDestination::AcceptOnce (const i2p::stream::StreamingDestination::Acceptor& acceptor) |
| 1355 | { |
| 1356 | if (m_StreamingDestination) |
| 1357 | m_StreamingDestination->AcceptOnce (acceptor); |
| 1358 | } |
| 1359 | |
| 1360 | std::shared_ptr<i2p::stream::StreamingDestination> ClientDestination::CreateStreamingDestination (uint16_t port, bool gzip) |
| 1361 | { |
nothing calls this directly
no outgoing calls
no test coverage detected