mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-11 07:10:36 +00:00
use reply intro for inbound sessions
This commit is contained in:
parent
c2803e3020
commit
471a4bf6dd
@ -1099,7 +1099,7 @@ namespace llarp
|
||||
continue;
|
||||
if(!GetCachedSessionKeyFor(tag, K))
|
||||
continue;
|
||||
if(GetIntroFor(tag, remoteIntro))
|
||||
if(GetReplyIntroFor(tag, remoteIntro))
|
||||
{
|
||||
if(!remoteIntro.ExpiresSoon(now))
|
||||
p = GetNewestPathByRouter(remoteIntro.router);
|
||||
|
Loading…
Reference in New Issue
Block a user