Skip to Content.
Sympa Menu

ndt-users - Re: Java test

Subject: ndt-users list created

List archive

Re: Java test


Chronological Thread 
  • From: Jakub Sławiński <>
  • To:
  • Subject: Re: Java test
  • Date: Sun, 14 Nov 2010 22:55:23 +0100

On 13.11.2010 08:20, Dmitrijs Jerihovs wrote:

Hello,

 

 

Is it possible to disable in java test all except download and upload tests ?

 

Thank you for help.


Hi,

yes, test suite is negotiated between client and server at the beginning of the connection. Unfortunately, test suite in Java client is hard-coded to contain all tests:

byte tests = TEST_MID | TEST_C2S | TEST_S2C | TEST_SFW | TEST_STATUS;

There is no possibility to configure this from Java Applet (yet). You have to edit sources and remove Middlebox test (TEST_MID) and Firewall test (TEST_SFW).


Regards,
  Jakub.


  • Java test, Dmitrijs Jerihovs, 11/13/2010
    • Re: Java test, Jakub Sławiński, 11/14/2010

Archive powered by MHonArc 2.6.16.

Top of Page