Constant DNS_MAX_RESULT_COUNT
pub const DNS_MAX_RESULT_COUNT: usize = raw::DNS_MAX_RESULT_COUNT; // 4usizeExpand description
Max addresses one DNS query returns.
Further addresses in the answer are ignored.
This is a limit with and without alloc. Default: 4.