DnsManager.updateResults

void updateResults(uint dnsIndex, scope const(IpAddress)[] results, DnsError error) @safe nothrow

Update DNS results for the slot referenced by a watcher slot.

Parameters

dnsIndexDNS slot index from the watcher slot.
resultsResolved IP addresses.
errorDNS resolution error code.