Yes, I understand that changing the default values could trigger any kind of issue on existing working devices.
The suggestion/proposal by Amm0 makes however a lot of sense, these default values being "hidden" is most likely to be the root cause of perplexities.
Still, leaving the default values as they are, there could be a (reasoned) guideline on how the threshold values are interconnected, even if settings depends on the specific connection, when you start changing one value, the other values should be proportionally adjusted, i.e. tailored to the observed behaviour of the connection.
Taking the OP values as reference:
RTT Avg= 124.479 -> thr-rtt-avg should be raised to (say) 120%-150% of that, 150-180 ms
RTT Min= 60.451-> no corresponding setting, useful only for the above, as a first approximation (228+60)/2=288/2=144 ms
RTT Max=228.463 -> thr-rtt-max should be lowered to (say) 120%-150% of that, 275-350 ms
RTT jitter= 168.012 -> thr-rtt-jitter should be lowered from 1 second? To what? 2xvalue? 340 ms?
RTT Stdev=74.182 ->thr-rtt-stdev should be lowered from 250 ms? To what? 2xvalue? 150 ms?
packet-count-> is it better to increase to - say - 20?
thr-loss-percent -> should go hand in hand with packet count, 85 % for 10, should it be increased or decreased if packet count=20?
thr-loss-count is set to 4294967295 (I would say a rather high value) but before or later it may be reached
![Shocked :shock:](./images/smilies/icon_eek.gif)
, what would be then the behaviour of the netwatch:
1) trigger netwatch script AND reset value to 0 (sort of "run once")
or
2) trigger netwatch script AND do nothing (if this is the case manual intervention would be needed, as the Netwatch would be triggered continuously once the threshold is reached)
?
![Question :?:](./images/smilies/icon_question.gif)