aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-19 07:05:14 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-19 07:05:14 +0000
commit15cbe297d66550a646dec5176949f5425746aba7 (patch)
tree914320499846c50358554926b44a1811ecd5dd02 /src
parentf76715492c7f4c0061a74f3491c220ef9a322a8e (diff)
downloadgnunet-15cbe297d66550a646dec5176949f5425746aba7.tar.gz
gnunet-15cbe297d66550a646dec5176949f5425746aba7.zip
-reduce size of test to help sparcbot
Diffstat (limited to 'src')
-rw-r--r--src/fragmentation/test_fragmentation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fragmentation/test_fragmentation.c b/src/fragmentation/test_fragmentation.c
index c409bf3f0..0381a8dd0 100644
--- a/src/fragmentation/test_fragmentation.c
+++ b/src/fragmentation/test_fragmentation.c
@@ -32,7 +32,7 @@
32/** 32/**
33 * Number of messages to transmit (note: each uses ~32k memory!) 33 * Number of messages to transmit (note: each uses ~32k memory!)
34 */ 34 */
35#define NUM_MSGS 5000 35#define NUM_MSGS 500
36 36
37/** 37/**
38 * MTU to force on fragmentation (must be > 1k + 12) 38 * MTU to force on fragmentation (must be > 1k + 12)
@@ -42,7 +42,7 @@
42/** 42/**
43 * Simulate dropping of 1 out of how many messages? (must be > 1) 43 * Simulate dropping of 1 out of how many messages? (must be > 1)
44 */ 44 */
45#define DROPRATE 10 45#define DROPRATE 5
46 46
47static int ret = 1; 47static int ret = 1;
48 48