ACC/qosmon config bug
Posted: Thu Aug 04, 2016 10:49 am
I am running 1.8.1 and I couldn't get the ACC manual ping time limit to work. I would enter 100 in the web config, but it would still automatically set a ping time limit and ignore my entered limit. I ran ps and saw qosmon was being run with the -a flag:
qosmon -a -b 800 8.8.8.8 3000 100
I skimmed the qosmon source code, and it looks like the -a flag makes qosmon ignore the manual ping time limit. I killed that process and started qosmon without the -a flag, and it now shows it's using the correct manual ping time limit I wanted.
So, maybe the fix would be to have the web config disable the -a flag if the manual ping time limit box is checked? Just a guess.
By the way, great work on ACC--it's awesome. I have a very inconsistent LTE connection that has a lot of bandwidth sometimes and very poor bandwidth at others. ACC is exactly what I needed to get QoS to work properly even as my connection fluctuates.
qosmon -a -b 800 8.8.8.8 3000 100
I skimmed the qosmon source code, and it looks like the -a flag makes qosmon ignore the manual ping time limit. I killed that process and started qosmon without the -a flag, and it now shows it's using the correct manual ping time limit I wanted.
So, maybe the fix would be to have the web config disable the -a flag if the manual ping time limit box is checked? Just a guess.
By the way, great work on ACC--it's awesome. I have a very inconsistent LTE connection that has a lot of bandwidth sometimes and very poor bandwidth at others. ACC is exactly what I needed to get QoS to work properly even as my connection fluctuates.