Closed GoogleCodeExporter closed 9 years ago
The behaviour should be consistent in both Java and C client. However, this is
a bigger issue than only missing 9977 support on the Java side. For example
both clients support 9999 (which is not described on the wiki), but the current
NDT server version is not sending 9977 nor 9999 in any case. Moreover, server
is sending 9988 from several different places, but it should send 9977 from at
least some of them.
Original comment by jslawin...@soldevelo.com
on 22 Nov 2013 at 4:18
Got it. That is indeed a bigger problem. Thanks for the clarification!
I have another related question. :)
AFAIU from the code, the Java client fails the test if it receives
SRV_QUEUE_SERVER_BUSY --
https://code.google.com/p/ndt/source/browse/trunk/Applet/Tcpbw100.java#2448
SRV_QUEUE_SERVER_BUSY_60s --
https://code.google.com/p/ndt/source/browse/trunk/Applet/Tcpbw100.java#2459
Am I reading the code correctly?
If so, is this the expected behavior?
Thanks again!
Original comment by tizi...@google.com
on 22 Nov 2013 at 4:52
Yes, you got it correctly. SRV_QUEUE_SERVER_BUSY means that the server is too
busy at the moment and according to the documentation
(https://code.google.com/p/ndt/wiki/NDTProtocol#Queuing_clients) the connection
should be dropped.
I do not see SRV_QUEUE_SERVER_BUSY_60s in the documentation nor the server code.
Original comment by jslawin...@soldevelo.com
on 25 Nov 2013 at 2:00
Original comment by jslawin...@soldevelo.com
on 28 Nov 2013 at 8:59
Original comment by smale...@soldevelo.com
on 10 Feb 2014 at 12:19
Changes available on branch applet_102. Feel free to review.
Original comment by smale...@soldevelo.com
on 13 Feb 2014 at 8:46
Original comment by smale...@soldevelo.com
on 4 Mar 2014 at 8:50
Original comment by skost...@soldevelo.com
on 23 Jun 2014 at 5:48
Original issue reported on code.google.com by
tizi...@google.com
on 22 Nov 2013 at 3:34