Searched refs:total_time_to_failure (Results 1 – 1 of 1) sorted by relevance
454 let mut total_time_to_failure = self.failed_timeout; in validate_selected_pair() localVariable455 if total_time_to_failure != Duration::from_secs(0) { in validate_selected_pair()456 total_time_to_failure += self.disconnected_timeout; in validate_selected_pair()459 if total_time_to_failure != Duration::from_secs(0) in validate_selected_pair()460 && disconnected_time > total_time_to_failure in validate_selected_pair()