pub const DNS_MAX_QUERY_COUNT: usize = raw::DNS_MAX_QUERY_COUNT; // 4usize
Max DNS queries in flight at once.
Starting one past this many fails with StartQueryError::NoFreeSlot.
StartQueryError::NoFreeSlot
Ignored with alloc. Default: 4.
alloc