Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] Re: Issue 103 in ndt: Documentation of the wait flag values inconsistent with the code (?)

Subject: NDT-DEV email list created

List archive

[ndt-dev] Re: Issue 103 in ndt: Documentation of the wait flag values inconsistent with the code (?)


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] Re: Issue 103 in ndt: Documentation of the wait flag values inconsistent with the code (?)
  • Date: Wed, 27 Nov 2013 20:02:01 +0000


Comment #3 on issue 103 by : Documentation of the wait flag values inconsistent with the code (?)
http://code.google.com/p/ndt/issues/detail?id=103

If I understand correctly the c server code (https://code.google.com/p/ndt/source/browse/trunk/src/web100srv.c#2421), the expected behavior is to have the client wait Nx60sec. As a consequence, the wiki is correct, as N is both the number of clients and the number of minutes.

OTOH, both the Java client (https://code.google.com/p/ndt/source/browse/trunk/Applet/Tcpbw100.java#2483) and the c client (https://code.google.com/p/ndt/source/browse/trunk/src/web100clt.c#731)should be changed to wait for 'wait' * 60 (instead of 'wait' * 45).

Could you confirm that this is the case?

Thanks again!

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



Archive powered by MHonArc 2.6.16.

Top of Page