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

Fix issue that bitrate is ignored when burst is set (with Nanosleep) #1821

Merged

Conversation

davidBar-On
Copy link
Contributor

@davidBar-On davidBar-On commented Jan 16, 2025

Fix a bug that was introduced in PR #1773 (my PR ...) that bit bitrate is ignored when burst is set (and nanosleep is supported). The bug was that once there was a green light for sending, throttling was never evaluated.

@bmah888
Copy link
Contributor

bmah888 commented Jan 27, 2025

Thanks for the PR, we'll take a look!

Do you think this problem is specific to Windows (only asking because that was mentioned in the original bug report in #1820)? We'll get this fixed in the next release either way.

@davidBar-On
Copy link
Contributor Author

The problem general for all systems and is not specific to Windows.

Copy link
Contributor

@bmah888 bmah888 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! This looks good (as far as I can tell). I reproduced the bug that this change fixes, and I confirmed that the PR fixes the bug.

@bmah888 bmah888 self-assigned this Feb 7, 2025
@bmah888 bmah888 added the bug label Feb 7, 2025
@bmah888 bmah888 merged commit 7e58c53 into esnet:master Feb 7, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Iperf3.18 - packet count for burst mode seems broken when sending UDP traffic (on Windows)
2 participants