Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r815 committed - Fix typo in the Applet (should be RFC_2018_ENABLED, not RFC_2018_Enabl...

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r815 committed - Fix typo in the Applet (should be RFC_2018_ENABLED, not RFC_2018_Enabl...


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r815 committed - Fix typo in the Applet (should be RFC_2018_ENABLED, not RFC_2018_Enabl...
  • Date: Thu, 11 Apr 2013 14:56:53 +0000
  • Authentication-results: sfpop-ironport04.merit.edu; dkim=neutral (message not signed) header.i=none

Revision: 815
Author:

Date: Thu Apr 11 07:56:39 2013
Log: Fix typo in the Applet (should be RFC_2018_ENABLED, not RFC_2018_Enabled)

http://code.google.com/p/ndt/source/detail?r=815

Modified:
/branches/ndt-web10g/Applet/Tcpbw100.java

=======================================
--- /branches/ndt-web10g/Applet/Tcpbw100.java Thu Apr 11 07:52:06 2013
+++ /branches/ndt-web10g/Applet/Tcpbw100.java Thu Apr 11 07:56:39 2013
@@ -3379,7 +3379,7 @@
_txtStatistics.append("\n"
+
_resBundDisplayMsgs.getString("web100tcpOpts") + " \n");
_txtStatistics.append("RFC 2018 Selective Acknowledgment:
");
- if (_iSACKEnabled == NDTConstants.RFC_2018_Enabled)
+ if (_iSACKEnabled == NDTConstants.RFC_2018_ENABLED)

_txtStatistics.append(_resBundDisplayMsgs.getString("on")
+ "\n");
else


  • [ndt-dev] [ndt] r815 committed - Fix typo in the Applet (should be RFC_2018_ENABLED, not RFC_2018_Enabl..., ndt, 04/11/2013

Archive powered by MHonArc 2.6.16.

Top of Page