From 1883c63997e9c712dc69d37a7afd60d874678666 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Wed, 12 Jun 2019 10:27:25 -0400 Subject: [PATCH] swap intros on message rejection --- llarp/service/outbound_context.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/llarp/service/outbound_context.cpp b/llarp/service/outbound_context.cpp index c9300073a..60ab8dd47 100644 --- a/llarp/service/outbound_context.cpp +++ b/llarp/service/outbound_context.cpp @@ -43,6 +43,7 @@ namespace llarp p->Endpoint(), " via ", dst); if(MarkCurrentIntroBad(Now())) { + SwapIntros(); LogInfo(Name(), " switched intros to ", remoteIntro.router, " via ", remoteIntro.pathID); }