Browse Source

update routing path when we get a new lease set

pull/628/head
Jeff Becker 8 years ago
parent
commit
8cdd3a0abb
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
  1. 2
      Datagram.cpp

2
Datagram.cpp

@ -417,6 +417,8 @@ namespace datagram @@ -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…
Cancel
Save