gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r411 - GNUnet/src/applications/tbench


From: grothoff
Subject: [GNUnet-SVN] r411 - GNUnet/src/applications/tbench
Date: Tue, 8 Mar 2005 03:58:23 -0800 (PST)

Author: grothoff
Date: 2005-03-08 03:58:22 -0800 (Tue, 08 Mar 2005)
New Revision: 411

Modified:
   GNUnet/src/applications/tbench/tbenchtest.c
Log:
bugfixing galore

Modified: GNUnet/src/applications/tbench/tbenchtest.c
===================================================================
--- GNUnet/src/applications/tbench/tbenchtest.c 2005-03-08 11:57:32 UTC (rev 
410)
+++ GNUnet/src/applications/tbench/tbenchtest.c 2005-03-08 11:58:22 UTC (rev 
411)
@@ -272,7 +272,7 @@
       ret = test(sock, i, 1+1024/i, 4, 10 * cronMILLIS, 2, 2 * cronSECONDS);
     checkConnected(sock);
   }
-  ret = test(sock, i, 10, 10, 500 * cronMILLIS, 1, 10 * cronSECONDS);
+  ret = test(sock, 32768, 10, 10, 500 * cronMILLIS, 1, 10 * cronSECONDS);
   releaseClientSocket(sock);
   doneUtil();
 





reply via email to

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