ndt-project / ndt

Network Diagnostic Tool
Other
178 stars 45 forks source link

RTT isn't being filled for the flash test #174

Closed aaronmbr closed 9 years ago

aaronmbr commented 9 years ago

Original issue 174 created by aaronmbr on 2015-03-13T13:46:07.000Z:

In testing just now, I noticed that when I do a flash test, the "RTT" value during the test remains at "N/A". It gets filled in during the Java test. If you hit "Test Again", it's immediately filled in, presumably with the value from the previous test run.

aaronmbr commented 9 years ago

Comment #1 originally posted by aaronmbr on 2015-03-13T13:46:13.000Z:

<empty>

aaronmbr commented 9 years ago

Comment #2 originally posted by aaronmbr on 2015-03-13T14:23:46.000Z:

<empty>

aaronmbr commented 9 years ago

Comment #3 originally posted by aaronmbr on 2015-03-13T15:36:55.000Z:

Java client supports Middlebox test while flash does not. After this test RTT value is being returned at first time. Flash client receives its value only at the end of test with all remaining variables.

aaronmbr commented 9 years ago

Comment #4 originally posted by aaronmbr on 2015-03-13T15:38:04.000Z:

Would it be possible to hide it for the Flash version then?

aaronmbr commented 9 years ago

Comment #5 originally posted by aaronmbr on 2015-03-13T15:43:29.000Z:

Done in Issue174 branch

aaronmbr commented 9 years ago

Comment #6 originally posted by aaronmbr on 2015-03-18T17:14:06.000Z:

Are these changes ok to merge into trunk?

aaronmbr commented 9 years ago

Comment #7 originally posted by aaronmbr on 2015-03-19T12:30:41.000Z:

<empty>

aaronmbr commented 9 years ago

Comment #8 originally posted by aaronmbr on 2015-03-19T17:11:55.000Z:

The code looks reasonable, commit at will.

aaronmbr commented 9 years ago

Comment #9 originally posted by aaronmbr on 2015-03-20T08:34:55.000Z:

Merged into trunk