mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-23 05:47:17 +01:00
request lease set
This commit is contained in:
parent
0396c4a4de
commit
5640c96fd5
|
@ -221,6 +221,7 @@ namespace datagram
|
||||||
}
|
}
|
||||||
if(!m_RemoteLeaseSet) {
|
if(!m_RemoteLeaseSet) {
|
||||||
// no remote lease set
|
// no remote lease set
|
||||||
|
m_LocalDestination->RequestDestination(m_RemoteIdent, std::bind(&DatagramSession::HandleLeaseSetUpdated, this, std::placeholders::_1));
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
m_RoutingSession = m_LocalDestination->GetRoutingSession(m_RemoteLeaseSet, true);
|
m_RoutingSession = m_LocalDestination->GetRoutingSession(m_RemoteLeaseSet, true);
|
||||||
|
|
Loading…
Reference in a new issue