Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] Issue 104 in ndt: Java client does not check the version compatibility

Subject: NDT-DEV email list created

List archive

[ndt-dev] Issue 104 in ndt: Java client does not check the version compatibility


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] Issue 104 in ndt: Java client does not check the version compatibility
  • Date: Fri, 22 Nov 2013 17:36:50 +0000

Status: New
Owner: ----
Labels: Type-Defect Severity-Medium

New issue 104 by : Java client does not check the version compatibility
http://code.google.com/p/ndt/issues/detail?id=104

According to the documentation (https://code.google.com/p/ndt/wiki/NDTProtocol#Verifying_version_compatibility), the NDT client should check the compatibility of its version with the server version.

The c client does the check https://code.google.com/p/ndt/source/browse/trunk/src/web100clt.c#769.
while the Java client does not (besides checking that the version starts with 'v'):
https://code.google.com/p/ndt/source/browse/trunk/Applet/Tcpbw100.java#2520.

Are the c and Java clients supposed to have the same behavior or is the difference intentional (possibly because of backward compatibility)?

Thanks!





--
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