You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like when running on linux, only outgoing traffic is blocked, incoming traffic is still enabled: comcast --packet-loss=100% --target-port=80 --target-addr=8.8.8.8
it looks like tc doesn't do a very good job at ingress shaping, I don't think this is likely to be fixable. Most of the functionality has to do with how the kernel actually sends packets, meaning you're better off to put this on the egress side of things.
./bin/comcast --latency=300 --target-bw=150 --default-bw=150 --packet-loss=3%
I see that the incoming traffic is having no effect.
The text was updated successfully, but these errors were encountered: