Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network shape symptom does not discriminate port range on OSX #19

Open
mefellows opened this issue May 8, 2017 · 0 comments
Open

Network shape symptom does not discriminate port range on OSX #19

mefellows opened this issue May 8, 2017 · 0 comments
Labels

Comments

@mefellows
Copy link
Owner

Given a Muxy configuration as follows, we expect only ports 8181 and 8282 to be shaped.

However, it does in fact still slow down other ports.

  - name: network_shape
    config:
      latency:     250         # Latency to add in ms
      target_bw:   750         # Bandwidth in kbits/s
      packet_loss: 0.5         # Packet loss, as a %
      target_ips:              # Target ipv4 IP addresses/CIDRs
        - "0.0.0.0/0"
      target_ips6:             # Target ipv6 IP addresses
        - "::1/128"
      target_ports:            # Target destination ports
        - "8181"
        - "8282"
        # - "8080:9000"          # Ranges also valid
      target_protos:           # Target protocols
        - "tcp"
        - "udp"
        - "icmp"
@mefellows mefellows added the bug label May 8, 2017
@mefellows mefellows changed the title Network shape symptom does not discriminate port range Network shape symptom does not discriminate port range on OSX May 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant