aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-11-06 23:46:23 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-11-06 23:46:23 +0000
commit6ab9d54e195d11a52b049919574362c6b95c67d9 (patch)
tree57ef77ec0ed86b9d703816cb3907f4c2b1994272 /src
parentde2917a74f303d530100df18ab5f0af619badf9f (diff)
downloadgnunet-6ab9d54e195d11a52b049919574362c6b95c67d9.tar.gz
gnunet-6ab9d54e195d11a52b049919574362c6b95c67d9.zip
reduce number of packets
Diffstat (limited to 'src')
-rw-r--r--src/stream/perf_stream_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream/perf_stream_api.c b/src/stream/perf_stream_api.c
index 681808b38..3c1d56f84 100644
--- a/src/stream/perf_stream_api.c
+++ b/src/stream/perf_stream_api.c
@@ -177,7 +177,7 @@ enum TestStage
177/** 177/**
178 * Fixed number of packets we send in each direction during each subtest 178 * Fixed number of packets we send in each direction during each subtest
179 */ 179 */
180#define MAX_PACKETS 2000 180#define MAX_PACKETS 1000
181 181
182/** 182/**
183 * Listen socket of peer2 183 * Listen socket of peer2