mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-11 07:10:36 +00:00
always unset updatingIntroSet on response
This commit is contained in:
parent
d3348e8721
commit
30a6a6bac6
@ -1032,6 +1032,7 @@ namespace llarp
|
|||||||
{
|
{
|
||||||
if(markedBad)
|
if(markedBad)
|
||||||
return true;
|
return true;
|
||||||
|
updatingIntroSet = false;
|
||||||
if(i)
|
if(i)
|
||||||
{
|
{
|
||||||
if(currentIntroSet.T >= i->T)
|
if(currentIntroSet.T >= i->T)
|
||||||
@ -1055,7 +1056,6 @@ namespace llarp
|
|||||||
else
|
else
|
||||||
SwapIntros();
|
SwapIntros();
|
||||||
}
|
}
|
||||||
updatingIntroSet = false;
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1294,6 +1294,7 @@ namespace llarp
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
llarp::LogInfo(Name(), " updating introset");
|
||||||
UpdateIntroSet(false);
|
UpdateIntroSet(false);
|
||||||
}
|
}
|
||||||
return shiftedIntro;
|
return shiftedIntro;
|
||||||
|
Loading…
Reference in New Issue
Block a user