Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disable switchover measuring based on link prober (#49)
### Description of PR Summary: Fixes # (issue) Disable part of the feature introduced in #43. The link probing interval will NOT be decreased by default. Link prober state change events will still be posted in `LINK_PROBE_STATS|PORTNAME` in state db. sign-off: Jing Zhang [email protected] ### Type of change - [x] New feature ### Approach #### What is the motivation for this PR? We need to reconsider the design of this feature. To be more specific, this is a special case of decreasing probing interval, it's for measurement purposes only. We still want to trigger the toggle in 300ms when pack loss happens. The negative count should be 30 instead of 3 when interval is decreased to 10ms.
- Loading branch information