Modules§
- Provides an interface health watchdog.
Structs§
ApplicationState
represents the layer 7 state- Provides a view into state for a specific system interface.
Monitor
monitors the reachability state.- Provides a cache of known neighbors and keeps track of their health.
- NetworkCheckCookie is an opaque type used to continue an asynchronous network check.
State
represents the reachability state.StateInfo
keeps the reachability state.Stats
keeps the monitoring service statistic counters.
Enums§
LinkState
represents the layer 2 and layer 3 stateNetworkCheckAction
describes the action to be completed before resuming the network check.NetworkCheckerOutcome
contains values indicating whether a network check completed or needs resumption.
Constants§
Traits§
- A Network Checker is a re-entrant, asynchronous state machine that monitors availability of networks over a given network interface.