Home
last modified time | relevance | path

Searched refs:connecting_tcp (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/connect/
Dhttp.rs951 let connecting_tcp = ConnectingTcp::new(dns::SocketAddrs::new(addrs), &cfg); in client_happy_eyeballs() localVariable
953 Ok::<_, ConnectError>((start, ConnectingTcp::connect(connecting_tcp).await?)) in client_happy_eyeballs()