bitbrute

Results 20 comments of bitbrute

This issue should be fixed by ab73d5e0a12bf39fe18cc686f561aefd169d3284. Feedback would be appreciated.

Since you opened up another issue, the discussion will be redirected to #6 .

Have you tried running EvilLimiter with the ```--flush``` flag?

If it still does not work, could you send me the output of this command: ```tc qdisc add dev [YOUR INTERFACE NAME] root handle 1:0 htb``` ... replace [YOUR INTERFACE...

Maybe the Kernel module ```sch_netem``` is missing. You can check it using ```modprobe sch_netem```.

Can I ask what operating system you are using?

> termux EvilLimiter does not and will never work on Termux. See #36 > Distributor ID: Debian > Description: Debian GNU/Linux 9.11 (stretch) > Release: 9.11 > Codename: stretch Are...

Good point. I'm not very experienced in App programming. When I have time I'm going to have a look at it. However, I don't think it's possible on IOS. But...

@kopilim96 This feature is already available. It's called the ```watch``` command. How it works is explained in the [README.md](https://github.com/bitbrute/evillimiter/blob/master/README.md) file.

@andrewprivate > Ability to set both upload & download speeds independently EvilLimiter already has the separate upload/download feature. Check out the [README.md](https://github.com/bitbrute/evillimiter/blob/master/README.md) file. > Emulation of packet loss, delay, corruption,...