ndt-dev - [ndt-dev] [ndt] r914 committed - Merge applet_103 branch into trunk
Subject: NDT-DEV email list created
List archive
- From:
- To:
- Subject: [ndt-dev] [ndt] r914 committed - Merge applet_103 branch into trunk
- Date: Fri, 14 Feb 2014 13:46:40 +0000
Revision: 914
Author:
Date: Fri Feb 14 13:46:27 2014 UTC
Log: Merge applet_103 branch into trunk
http://code.google.com/p/ndt/source/detail?r=914
Modified:
/trunk
/trunk/Applet/src/edu/internet2/ndt/Tcpbw100.java
/trunk/src/web100clt.c
=======================================
--- /trunk/Applet/src/edu/internet2/ndt/Tcpbw100.java Mon Feb 10 12:13:40 2014 UTC
+++ /trunk/Applet/src/edu/internet2/ndt/Tcpbw100.java Fri Feb 14 13:46:27 2014 UTC
@@ -2477,13 +2477,12 @@
continue;
}
- // Each test should take less than 30 seconds, so
tell them 45 sec *
- // number of
- // tests-suites waiting in the queue. Note that
server sends a
- // number equal to the number of clients ==
+ // Each test should take less than 30 seconds,
+ // Tell them 60 sec * number of tests-suites waiting
in the queue.
+ // Note that server sends a number equal to the
number of clients ==
// number of minutes to wait before starting tests
(i.e wait =
// number of minutes to wait = number of queued
clients)
- wait = (wait * 45);
+ wait = (wait * 60);
_resultsTxtPane.append(_resBundDisplayMsgs.getString("otherClient")
+ wait +
_resBundDisplayMsgs.getString("seconds") + ".\n");
iServerWaitFlag = 1; // mark variable as ==first
message from server
=======================================
--- /trunk/src/web100clt.c Mon Feb 10 12:07:41 2014 UTC
+++ /trunk/src/web100clt.c Fri Feb 14 13:46:27 2014 UTC
@@ -722,13 +722,13 @@
}
- /* Each test should take less than 30 s. So convey 45 sec *
- number of tests-suites waiting in the queue. Note that server sends a
- number equal to the number of clients ==
+ /* Each test should take less than 30 s.
+ Convey 60 sec * number of tests-suites waiting in the queue.
+ Note that server sends a number equal to the number of clients ==
number of minutes to wait before starting tests. In other words,
wait = num of minutes to wait = number of queued clients */
- xwait = (xwait * 45);
+ xwait = (xwait * 60);
log_print(0,
"Another client is currently begin served, your test will ");
log_println(0, "begin within %d seconds", xwait);
- [ndt-dev] [ndt] r914 committed - Merge applet_103 branch into trunk, ndt, 02/14/2014
Archive powered by MHonArc 2.6.16.