Searched refs:RecoveryConfig (Results 1 – 3 of 3) sorted by relevance
200 recovery_config: &recovery::RecoveryConfig, is_initial: bool, in new() argument912 use crate::recovery::RecoveryConfig;924 let recovery_config = RecoveryConfig::from_config(&config); in path_validation_limited_mtu()998 let recovery_config = RecoveryConfig::from_config(&config); in multiple_probes()
1237 recovery_config: recovery::RecoveryConfig,1684 let recovery_config = recovery::RecoveryConfig::from_config(config); in with_tls()
173 pub struct RecoveryConfig { struct181 impl RecoveryConfig { implementation194 pub fn new_with_config(recovery_config: &RecoveryConfig) -> Self { in new_with_config()293 Self::new_with_config(&RecoveryConfig::from_config(config)) in new()