| 114 | } |
| 115 | |
| 116 | void RequestLeaseSet (std::shared_ptr<i2p::client::ClientDestination> dest, const i2p::data::IdentHash& remote) |
| 117 | { |
| 118 | if (dest) |
| 119 | dest->RequestDestination (remote); |
| 120 | } |
| 121 | |
| 122 | std::shared_ptr<i2p::stream::Stream> CreateStream (std::shared_ptr<i2p::client::ClientDestination> dest, const i2p::data::IdentHash& remote) |
| 123 | { |
no test coverage detected