Constant DNS_MAX_SERVER_COUNT
pub const DNS_MAX_SERVER_COUNT: usize = raw::DNS_MAX_SERVER_COUNT; // 4usizeExpand description
Max DNS servers a DnsClient can be given.
This is a limit with and without alloc. Default: 4.
pub const DNS_MAX_SERVER_COUNT: usize = raw::DNS_MAX_SERVER_COUNT; // 4usizeMax DNS servers a DnsClient can be given.
This is a limit with and without alloc. Default: 4.