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

Same size makes them collide and fight for a position #1

Open
caycun opened this issue Aug 3, 2024 · 0 comments
Open

Same size makes them collide and fight for a position #1

caycun opened this issue Aug 3, 2024 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@caycun
Copy link
Owner

caycun commented Aug 3, 2024

Config yaml file to replicate:

- command: "ping google.com"
  size: 20
  direction: 1
- command: "ping facebook.com"
  size: 40
  direction: 2
- command: "ping youtube.com"
  size: 40
  direction: 2
- command: "lsblk"
  size: 10
  direction: 1

As you can see, both ping commands have the same size which is 40. They are clashing/colliding because they have the same size.

@caycun caycun added help wanted Extra attention is needed good first issue Good for newcomers labels Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant