higher constant before applying limit
authorFlorian Dold <florian.dold@gmail.com>
Tue, 28 Feb 2017 12:24:58 +0000 (13:24 +0100)
committerFlorian Dold <florian.dold@gmail.com>
Tue, 28 Feb 2017 12:24:58 +0000 (13:24 +0100)
src/set/gnunet-service-set_union.c

index b8e210f54c5b5db7f6e1c3fb99ad59c9704b424f..a19c36206033b01c18ccf86b342a22ee2390d110 100644 (file)
@@ -1556,7 +1556,7 @@ handle_p2p_full_element (void *cls,
   }
 
   if ( (GNUNET_YES == op->spec->byzantine) && 
-       (op->state->received_total > 8) && 
+       (op->state->received_total > 150) && 
        (op->state->received_fresh < op->state->received_total / 3) )
   {
     /* The other peer gave us lots of old elements, there's something wrong. */