aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-09-18 14:09:03 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-09-18 14:09:03 +0000
commit555f393b07d56cafb215bfab2229f5a7e7028369 (patch)
tree9566346acaf462767d33ffa2530d175ecb15eac3
parent9dcdcdb429d8c3a13cda14ae5470bea0c861d15a (diff)
downloadgnunet-555f393b07d56cafb215bfab2229f5a7e7028369.tar.gz
gnunet-555f393b07d56cafb215bfab2229f5a7e7028369.zip
case to show lowered throughtput if payload size if 64000
-rw-r--r--src/stream/perf_stream_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stream/perf_stream_api.c b/src/stream/perf_stream_api.c
index 67ce01810..f9f91b5f9 100644
--- a/src/stream/perf_stream_api.c
+++ b/src/stream/perf_stream_api.c
@@ -1,4 +1,4 @@
1/* 1 /*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors) 3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4 4
@@ -185,7 +185,7 @@ static uint32_t data[DATA_SIZE / 4];
185 * Payload sizes to test each major test with 185 * Payload sizes to test each major test with
186 */ 186 */
187static uint16_t payload_size[] = 187static uint16_t payload_size[] =
188{ 20, 500, 2000, 7000, 13000, 25000, 50000, 60000 }; 188{ 20, 500, 2000, 7000, 13000, 25000, 50000, 60000, 63000, 64000 };
189 189
190/** 190/**
191 * Handle for the progress meter 191 * Handle for the progress meter