traffic shaping with "netem delay" works ok, but limits upload bandwidth to 330KB/s. Why?
- by dsmilkov
I'm using Ubuntu 9.04 and the kernel 2.6 build-in NETEM tool to delay traffic.
After I apply:
tc qdisc add dev eth0 root netem delay 100ms
The upload bandwidth can't go further than 330KB/s and I have a 100Mbit connection.
How can I fix this so that my upload bandwidth is still full.
Thanks!