mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
main netdb can request router info only
This commit is contained in:
parent
3547a4042c
commit
bbe403fb40
6 changed files with 35 additions and 76 deletions
2
api.cpp
2
api.cpp
|
@ -76,7 +76,7 @@ namespace api
|
|||
void RequestLeaseSet (i2p::client::ClientDestination * dest, const i2p::data::IdentHash& remote)
|
||||
{
|
||||
if (dest)
|
||||
i2p::data::netdb.RequestDestination (remote, true, dest->GetTunnelPool ());
|
||||
dest->RequestDestination (remote);
|
||||
}
|
||||
|
||||
std::shared_ptr<i2p::stream::Stream> CreateStream (i2p::client::ClientDestination * dest, const i2p::data::IdentHash& remote)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue