Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r876 committed - Merge applet_105 branch into trunk

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r876 committed - Merge applet_105 branch into trunk


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r876 committed - Merge applet_105 branch into trunk
  • Date: Thu, 06 Feb 2014 11:20:27 +0000

Revision: 876
Author:

Date: Thu Feb 6 11:20:09 2014 UTC
Log: Merge applet_105 branch into trunk
http://code.google.com/p/ndt/source/detail?r=876

Modified:
/trunk
/trunk/Applet/src/edu/internet2/ndt/Tcpbw100.java

=======================================
--- /trunk/Applet/src/edu/internet2/ndt/Tcpbw100.java Thu Feb 6 11:06:21 2014 UTC
+++ /trunk/Applet/src/edu/internet2/ndt/Tcpbw100.java Thu Feb 6 11:20:09 2014 UTC
@@ -1979,7 +1979,7 @@
// server now sends a TEST_START message
if (paramProtoObj.recv_msg(msg) != NDTConstants.PROTOCOL_MSG_READ_SUCCESS) { // erroneous


// read/receive
- _sErrMsg =
_resBundDisplayMsgs.getString("unknownServer")
+ _sErrMsg =
_resBundDisplayMsgs.getString("protocolError")
+ Integer.parseInt(new
String(msg.getBody()), 16)
+ " instead\n";
return true;
@@ -1987,7 +1987,7 @@

if (msg.getType() != MessageType.TEST_START) { // no
other type of

// message expected
- _sErrMsg = _resBundDisplayMsgs.getString("serverFail")
+ "\n";
+ _sErrMsg =
_resBundDisplayMsgs.getString("inboundWrongMessage") + "\n";
if (msg.getType() == MessageType.MSG_ERROR) {
_sErrMsg += "ERROR MSG: "
+
Integer.parseInt(new String(msg.getBody()), 16)


  • [ndt-dev] [ndt] r876 committed - Merge applet_105 branch into trunk, ndt, 02/06/2014

Archive powered by MHonArc 2.6.16.

Top of Page