aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/test_cadet.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2016-08-10 18:04:50 +0000
committerBart Polot <bart@net.in.tum.de>2016-08-10 18:04:50 +0000
commit0b1e94678049f56af31622d4f75598ccc129bad0 (patch)
tree68402a694eb935fc2aa9afa0d7cfded81f028212 /src/cadet/test_cadet.c
parent6afb9fb7a72f17b3e69ecc41b3941c6ef63a86cf (diff)
downloadgnunet-0b1e94678049f56af31622d4f75598ccc129bad0.tar.gz
gnunet-0b1e94678049f56af31622d4f75598ccc129bad0.zip
- Add monitor API to MQ
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 e2d3902e5..cf18b8a90 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 500 /* 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?