You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.
The new platform does not close the connection at the end of the download, which was what the old platform did. The above log is from libndt. The NDT client in MK behaves much worse than libndt: it takes a ten seconds timeout and then fails the test.
I initially reacted by trying to fix MK code in 605d7ae, then later I considered switching to libndt (#1881) and started working to this end (measurement-kit/libndt#108).
Meanwhile, I reported the issues that I discovered in m-lab/ndt-server#160 and m-lab/ndt-server#161. Changing the ndt5 server to close the connection will fix the main issue. Having more variables will make the results more useful than just providing a bunch of zeroes to the user.
The text was updated successfully, but these errors were encountered:
We're starting to fix these issues in m-lab/ndt-server#162, where we have a branch that works with a vanilla version of measurement-kit therefore fixing m-lab/ndt-server#160.
The new platform does not close the connection at the end of the download, which was what the old platform did. The above log is from libndt. The NDT client in MK behaves much worse than libndt: it takes a ten seconds timeout and then fails the test.
I initially reacted by trying to fix MK code in 605d7ae, then later I considered switching to libndt (#1881) and started working to this end (measurement-kit/libndt#108).
Meanwhile, I reported the issues that I discovered in m-lab/ndt-server#160 and m-lab/ndt-server#161. Changing the ndt5 server to close the connection will fix the main issue. Having more variables will make the results more useful than just providing a bunch of zeroes to the user.
The text was updated successfully, but these errors were encountered: