-
Notifications
You must be signed in to change notification settings - Fork 2k
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
tapsetup: add --loss & --delay option #18885
Conversation
18eb2bc
to
95717bc
Compare
95717bc
to
1bbf4a7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fits the tool, fits the style and in a simple test with examples/gnrc_networking
it did the thing it is supposed to do
1c6f545
to
4511f3f
Compare
Murdock results✔️ PASSED 4511f3f tapsetup: add --delay option
ArtifactsThis only reflects a subset of all builds from https://ci-prod.riot-os.org. Please refer to https://ci.riot-os.org for a complete build for now. |
Contribution description
This adds an option to simulate loss links with
netdev_tap
Testing procedure
Create lossy TAP interfaces
Start two
native
instancesNote that ping measures round-trip-time, so two packets: 10 ms + 10 ms -> 20ms, 80% * 80% -> 64% success
Issues/PRs references