Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r558 committed - Changed comment to mean loss=0.01=1%

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r558 committed - Changed comment to mean loss=0.01=1%


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r558 committed - Changed comment to mean loss=0.01=1%
  • Date: Mon, 29 Aug 2011 16:45:43 +0000

Revision: 558
Author:

Date: Mon Aug 29 09:45:18 2011
Log: Changed comment to mean loss=0.01=1%
http://code.google.com/p/ndt/source/detail?r=558

Modified:
/branches/kkumar_code_organize/Applet/Tcpbw100.java

=======================================
--- /branches/kkumar_code_organize/Applet/Tcpbw100.java Mon Aug 29 09:12:49 2011
+++ /branches/kkumar_code_organize/Applet/Tcpbw100.java Mon Aug 29 09:45:18 2011
@@ -3356,10 +3356,9 @@

// Is the loss excessive?
// If the link speed is less than a T3, and loss
- // is greater than .01 percent, loss is determined
+ // is greater than 1 percent, loss is determined
// to be excessive.
if ((spd < 4) && (loss > .01)) {
- // If packet loss rate > 1%

_txtStatistics.append(_resBundDisplayMsgs.getString("excLoss")
+ "\n");
}


  • [ndt-dev] [ndt] r558 committed - Changed comment to mean loss=0.01=1%, ndt, 08/29/2011

Archive powered by MHonArc 2.6.16.

Top of Page