projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62722a6
)
higher constant before applying limit
author
Florian Dold
<florian.dold@gmail.com>
Tue, 28 Feb 2017 12:24:58 +0000
(13:24 +0100)
committer
Florian Dold
<florian.dold@gmail.com>
Tue, 28 Feb 2017 12:24:58 +0000
(13:24 +0100)
src/set/gnunet-service-set_union.c
patch
|
blob
|
history
diff --git
a/src/set/gnunet-service-set_union.c
b/src/set/gnunet-service-set_union.c
index b8e210f54c5b5db7f6e1c3fb99ad59c9704b424f..a19c36206033b01c18ccf86b342a22ee2390d110 100644
(file)
--- a/
src/set/gnunet-service-set_union.c
+++ b/
src/set/gnunet-service-set_union.c
@@
-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. */