Tyler Treat

Results 118 comments of Tyler Treat

Agreed, this would be ideal.

Yeah, using iptables on Linux might be a better long-term solution. I went with traffic control because it was simple and did just what I needed for the initial iteration....

Totally, PRs are welcome.

Unfortunately I don't have access to a Windows machine to develop on. I'm sure it's possible to implement a backend for it, although I'm not familiar enough with Windows APIs...

Can you run the commands manually? ``` sudo tc qdisc show | grep "netem" sudo tc qdisc add dev eth0 handle 10: root htb ```

Do you mean setting up rules for multiple network devices or something else? I'm not sure if I quite understand what you mean, but feel free to make a PR.

Multiple devices is not currently supported. I do accept PRs though.

I don't know of any. If you find one or decide to build one, let me know and I'll link it from the README.

I think @paulirish is correct. That said, I accept PRs if there are useful changes folks have. I'm just not doing any active development on this myself at the moment.

I agree, it would be nice to be able to model network conditions more realistically, but I think it would be difficult to build a portable abstraction. You're better off...