Hacker News new | ask | show | jobs
by dhoe 3767 days ago
Very nice, thanks. I hate the UI of these tools ("tc filter add dev eth0 protocol ip parent 10: prio 1 u32 match ip dport 22 0xffff flowid 10:1"), so this will come in handy for my use cases, which are usually more something like "simulate a bad network".
1 comments

If you desire to simulate a bad network you would really appreciate the power of dummynet on FreeBSD. It is very simple to simulate links with specific bandwidth, delay, and packet loss.