aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/test_cadet.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2015-10-06 12:03:16 +0000
committerBart Polot <bart@net.in.tum.de>2015-10-06 12:03:16 +0000
commitbbbeab39580171d6dffc2832f83829b94c4f331b (patch)
tree16f02883a734b9e4caa480f610d8118ae3fb0a8f /src/cadet/test_cadet.c
parent79f53fe65e00a29889b290fca9c9390101ea537e (diff)
downloadgnunet-bbbeab39580171d6dffc2832f83829b94c4f331b.tar.gz
gnunet-bbbeab39580171d6dffc2832f83829b94c4f331b.zip
- refactor test dropping, reduce test load
Diffstat (limited to 'src/cadet/test_cadet.c')
-rw-r--r--src/cadet/test_cadet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cadet/test_cadet.c b/src/cadet/test_cadet.c
index 8e90f2897..2b69579a5 100644
--- a/src/cadet/test_cadet.c
+++ b/src/cadet/test_cadet.c
@@ -33,7 +33,7 @@
33/** 33/**
34 * How many messages to send 34 * How many messages to send
35 */ 35 */
36#define TOTAL_PACKETS 5000 /* Cannot exceed 64k! */ 36#define TOTAL_PACKETS 200 /* Cannot exceed 64k! */
37 37
38/** 38/**
39 * How long until we give up on connecting the peers? 39 * How long until we give up on connecting the peers?