Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r390 committed - Cosmetic fix to the TEST_STATUS info message.

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r390 committed - Cosmetic fix to the TEST_STATUS info message.


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r390 committed - Cosmetic fix to the TEST_STATUS info message.
  • Date: Sat, 07 May 2011 08:18:59 +0000

Revision: 390
Author:

Date: Sat May 7 01:18:37 2011
Log: Cosmetic fix to the TEST_STATUS info message.
http://code.google.com/p/ndt/source/detail?r=390

Modified:
/trunk/src/web100clt.c

=======================================
--- /trunk/src/web100clt.c Fri Apr 9 09:49:47 2010
+++ /trunk/src/web100clt.c Sat May 7 01:18:37 2011
@@ -707,6 +707,14 @@
else {
printf("Using IPv6 address\n");
}
+
+ /* set the TEST_STATUS flag so the server knows this client will respond to status requests.
+ * this will let the server kill off zombie clients from the queue
+ * RAC 7/7/09
+ */
+ if (tests & TEST_STATUS) {
+ log_println(1, "* New Client, implements queuing feedback");
+ }

log_println(1, "Requesting test suite:");
if (tests & TEST_MID) {
@@ -721,14 +729,6 @@
if (tests & TEST_S2C) {
log_println(1, " > S2C throughput test");
}
-
- /* set the TEST_STATUS flag so the server knows this client will respond to status requests.
- * this will let the server kill off zombie clients from the queue
- * RAC 7/7/09
- */
- if (tests & TEST_STATUS) {
- log_println(1, " > New Client, impliments queuing feedback");
- }

/* The beginning of the protocol */



  • [ndt-dev] [ndt] r390 committed - Cosmetic fix to the TEST_STATUS info message., ndt, 05/07/2011

Archive powered by MHonArc 2.6.16.

Top of Page