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

use lowest latency path for send context
pull/1536/head
Jeff 3 years ago committed by GitHub
commit 4992629f20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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);

Loading…
Cancel
Save