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

Improve ping script output readability #45

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

Commits on Oct 8, 2024

  1. Improve ping script output readability

    Previously each ping iteration could print up to three lines, and it was
    sometimes easy to miss if the latest iteration succeeded or failed. This
    tries to limit each iteration to only a single vertically aligned line,
    printing information as it comes in.
    
    While I was here I simplified the implementation:
    - By being a little more careful about where and how long blocking
      happens I was able to drop multiple threads. This makes coordinating
      printing lines and shared data much easier
    - Removed previous loop timestamp tracking, it didn't seem to work
      anyway?
    ThirteenFish committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    ac2696d View commit details
    Browse the repository at this point in the history