aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2015-06-10 12:08:13 +0000
committerBart Polot <bart@net.in.tum.de>2015-06-10 12:08:13 +0000
commite73475e7931e307ab7110d546a5975e8eee03b21 (patch)
treea9c02294286a25eb28b43ac38dedbafa7409bcd8 /src
parent12d5103eb4b238e34940b560dfc4c8d744ed2a9b (diff)
downloadgnunet-e73475e7931e307ab7110d546a5975e8eee03b21.tar.gz
gnunet-e73475e7931e307ab7110d546a5975e8eee03b21.zip
- more messages to force errors
Diffstat (limited to 'src')
-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 98c920014..53bffd4a3 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 500 36#define TOTAL_PACKETS 5000 /* 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?