Function c_ares_sys::ares_queue_active_queries

source ยท
pub unsafe extern "C" fn ares_queue_active_queries(
    channel: *const ares_channel_t,
) -> usize
Expand description

Retrieve the total number of active queries pending answers from servers. Some c-ares requests may spawn multiple queries, such as ares_getaddrinfo() when using AF_UNSPEC, which will be reflected in this number.

\param[in] channel Initialized ares channel \return Number of active queries to servers