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

gping: update to 1.19.0 #25687

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jonasjelonek
Copy link
Contributor

@jonasjelonek jonasjelonek commented Jan 6, 2025

Maintainer: me
Compile tested: aarch64_cortex-a53 (BananaPi R64), OpenWrt snapshot
Run tested: aarch64_cortex-a53 (BananaPi R64), OpenWrt snapshot, ping test

Description:

compile-test: fine, run-test: fails for ping
Due to the rewrite of the internal pinger library, gping now uses a default interval of 0.2 seconds for ping. Before, no specific interval was used. While this works fine for Alpines BusyBox, which upstream explicitly supports, it doesn't on OpenWrt because the BusyBox option FRACTIONAL_DURATION is disabled by default.

Not sure how to fix this, I can think of three solutions:

  • downstream patch to change default interval to 1s
  • PR in OpenWrt repository to change the default of FLOAT_DURATION to yes
  • add +@BUSYBOX_CUSTOM +@BUSYBOX_CONFIG_FLOAT_DURATION to package DEPENDS. works, but requires BUSYBOX_CUSTOM. However, this doesn't seem to me like a good solution.

No proper release notes available.
changes:

  • rewrite of internal pinger library
  • dependency updates

changes:
- rewrite of internal pinger library
- dependency updates

Signed-off-by: Jonas Jelonek <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant