Home
last modified time | relevance | path

Searched defs:EyeBallConfig (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/dns/
H A Dhappy_eyeballs.rs44 pub(crate) struct EyeBallConfig { struct
46 timeout: Option<Duration>,
48 delay: Option<Duration>,
99 impl EyeBallConfig { implementation