use lowest latency path for send context

pull/1563/head
Jeff Becker 3 years ago
parent f2b234d6c3
commit f67668f0a6
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

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