-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
timingApp: simplify Network-Mon machinery.
The 2s delay and 1Hz scan rate for Alive-Mon (via cmd_conf_get), coupled with variable timing on busy machines, can lead to spurious 0 values in Network-Mon. Using the alarm in cmd_conf_get instead, which will be set when there is a timeout, provides a much more reliable check. Also stop using devstat, since its use is only to allow the check based on Alive-Mon to work when the device hasn't received any configuration.
- Loading branch information
Showing
3 changed files
with
24 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters