Home
last modified time | relevance | path

Searched refs:happy_eyeballs (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/dns/
H A Dmod.rs24 mod happy_eyeballs; modules
27 pub(crate) use happy_eyeballs::{EyeBallConfig, HappyEyeballs};
H A Dhappy_eyeballs.rs318 let happy_eyeballs = HappyEyeballs::new(addrs, config); in ut_happy_eyeballs_connect()
321 Ok::<_, io::Error>((start, happy_eyeballs.connect().await?)) in ut_happy_eyeballs_connect()
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/
H A Dmod.rs124 let happy_eyeballs = HappyEyeballs::new(addrs, eyeball_config);
125 tcp_stream(happy_eyeballs).await

Completed in 2 milliseconds