Merge pull request #1563 from majestrate/dont-multiplex-from-outbound-context-2021-03-03

use lowest latency path for send context
This commit is contained in:
Jeff 2021-03-04 15:16:40 -05:00 committed by GitHub
commit 4992629f20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ namespace llarp
f->T = currentConvoTag;
f->S = ++sequenceNo;
auto path = m_PathSet->GetRandomPathByRouter(remoteIntro.router);
auto path = m_PathSet->GetPathByRouter(remoteIntro.router);
if (!path)
{
LogWarn(m_Endpoint->Name(), " cannot encrypt and send: no path for intro ", remoteIntro);