facebookarchive / augmented-traffic-control

Augmented Traffic Control: A tool to simulate network conditions
https://facebook.github.io/augmented-traffic-control
Other
4.33k stars 600 forks source link

Support traffic shaping based on ports #53

Open zealws opened 9 years ago

zealws commented 9 years ago

Primary way of specifying ports to shape should be port-range, such as 1..65535

Would also be nice to specify discrete list of ports, such as 22, 80, 443, 8080

Probably need to figure out a good way to allow specifying either of these inputs in a single format.

Perhaps a string input, which is split in the API. E.g. "ports": "22,80,443,8000..8999"

ghost commented 9 years ago

Thank you for reporting this issue and appreciate your patience. We've notified the core team for an update on this issue. We're looking for a response within the next 30 days or the issue may be closed.

Muyip commented 6 years ago

Hello, @zfjagann,I want to know if atc can support port-based traffic shaping now?