https://support.tixati.com/automatic%20bandwidth%20limiter
I didn't know the bandwidth limiter .rules file was a simple text file. I will try my best to explain it based on my observations only.
RTT = Round Trip Time. The time it takes for a ping packet to reach the destination and to receive an answer back.
High Ping RTT = Max ping within time window
Current Ping RTT = floating average for ping
Low Ping RTT = Lowest ping within time window
IN:OUT Ratio = download:upload ratio. In your case 40:1.2 or 48:1. If
either of high download/upload speeds negatively impact your link, change the ratio to have less of either.
Maximum/Gate/Throttle/Minimum: brain malfunction, need dev's explanation
Each individual rule is described as the following in GUI:
IF [avg/high/low ping RTT] from last [__] seconds
IS [less/greater than] target ping RTT multiplied by [__] (a factor)
THEN [raise/lower] outgoing throttle by [__] percent
WAIT [__] seconds before checking rules again.
---
IF [success rate]
IS [less/greater than] [__] percent
THEN [raise/lower] outgoing throttle by [__] percent
WAIT [__] seconds before checking rules again.
You want to go by success rate if your network is known to drop packets when overloaded (very small buffers).
You want to maintain an acceptable ping RTT in 99% of cases (regular networks, big buffers).
You can run a ping on your own in a console window (Windows):
ping /t <IP address or website domain name>
The point of Auto Limiter is to never impact your work/gaming on PC. Your convenience comes first, occupying upload speed second. In my opinion this means to drop the speed quickly when you encounter a higher than usual ping, rise slowly to not impact the ping. Eventually Auto Limiter should reach an oscillating steady state where it regulates up and down in such small steps, the upload speed is practically constant and the ping is indiscernible from an idle network.
To reach that point, my "time window" is 16-20s averages and longer wait times to let the network settle after Tixati applies a new auto limit. The destination host is a website IP that I don't like (so they can suck up my ping traffic) but most importantly, it's outside my ISP's network in my country.
I'd love to share my rule but Auto Limit does not work for me since I changed ISPs and I don't feel comfortable sharing something blindly.