pull/1014/head
Jeff Becker 4 years ago
parent f3e96e06b2
commit d7c78b0c71
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -256,8 +256,10 @@ namespace llarp
if(not self->fromRC.IsPublicRouter())
{
// only do ip limiting from non service nodes
if(self->context->CheckPathLimitHitByIP(self->fromAddr))
{
// we hit a limit so tell it to slow tf down
llarp::LogError("client path build limited ", self->hop->info);
OnForwardLRCMResult(self->context->Router(), self->hop->info.rxID,
self->hop->info.downstream, self->hop->pathKey,

Loading…
Cancel
Save