mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-04 17:14:14 +00:00
request lease set
This commit is contained in:
parent
75690598e3
commit
919aa2895a
@ -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…
x
Reference in New Issue
Block a user