1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

use lowest latency path for send context

This commit is contained in:
Jeff Becker 2021-03-03 18:42:10 -05:00
parent f2b234d6c3
commit f67668f0a6
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

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