/// DNS partially fails (HTTPS and A fail) but AAAA succeeds, then connection fails. #[test] fn dns_partial_failure_then_connection_failed() { let (now, mut he) = setup();
/// When the target is an IP address and the connection fails, the state /// machine must report `Failed(Connection)` instead of retrying the same /// endpoint indefinitely. #[test] fn ip_host_connection_failure() { let now = std::time::Instant::now(); letmut he = HappyEyeballs::new("127.0.0.1", PORT).unwrap();
/// First connection fails, second succeeds. Should not emit `Failed`. #[test] fn first_connection_fails_second_succeeds() { let (now, mut he) = setup();
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.