gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r23890 - gnunet/src/stream


From: gnunet
Subject: [GNUnet-SVN] r23890 - gnunet/src/stream
Date: Tue, 18 Sep 2012 16:09:03 +0200

Author: harsha
Date: 2012-09-18 16:09:03 +0200 (Tue, 18 Sep 2012)
New Revision: 23890

Modified:
   gnunet/src/stream/perf_stream_api.c
Log:
case to show lowered throughtput if payload size if 64000

Modified: gnunet/src/stream/perf_stream_api.c
===================================================================
--- gnunet/src/stream/perf_stream_api.c 2012-09-18 14:08:16 UTC (rev 23889)
+++ gnunet/src/stream/perf_stream_api.c 2012-09-18 14:09:03 UTC (rev 23890)
@@ -1,4 +1,4 @@
-/*
+ /*
      This file is part of GNUnet.
      (C) 2011, 2012 Christian Grothoff (and other contributing authors)
 
@@ -185,7 +185,7 @@
  * Payload sizes to test each major test with
  */
 static uint16_t payload_size[] = 
-{ 20, 500, 2000, 7000, 13000, 25000, 50000, 60000 };
+{ 20, 500, 2000, 7000, 13000, 25000, 50000, 60000, 63000, 64000 };
 
 /**
  * Handle for the progress meter




reply via email to

[Prev in Thread] Current Thread [Next in Thread]