mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-12 20:36:38 +01:00
update routing path when we get a new lease set
This commit is contained in:
parent
571c630d93
commit
8cdd3a0abb
1 changed files with 2 additions and 0 deletions
|
@ -417,6 +417,8 @@ namespace datagram
|
|||
// clear invalid IBGW as we have a new lease set
|
||||
m_InvalidIBGW.clear();
|
||||
m_RemoteLeaseSet = remoteIdent;
|
||||
// update routing path
|
||||
UpdateRoutingPath(GetNextRoutingPath());
|
||||
// send the message that was queued if it was provided
|
||||
if(msg)
|
||||
HandleSend(msg);
|
||||
|
|
Loading…
Add table
Reference in a new issue