Added Timeout test & count (> 1200 ms) so that DNS Queries that timeout will not skew the results.
Fixed Misspelling in stats page.
Ditched the unreliable Preemptive Threading Module I was using for a more traditional cooperative threading model. (The window may not be as responsive while tests are running but stability should be greatly increased, so less crashes !)
Changed Graph to draw all lines in black as some of the colors were hard to read.
Graph will now scroll the most recent 20 results.
Fixed bug that caused the domains.txt file to be truncated if the app was closed during the startup randomization process.
More democratic Subjective DNS Server Performance Metric, it is now using the following scale:
Select case StatQueryAveradgeTime
case 0 to 150
Quality = "Great"
case 150 to 500
Quality = "Ok"
case 500 to 800
Quality = "Pretty Bad"
case else
Quality = "Terrible"
end Select
0.8.4
Change log:
Silverwolf