class documentation
class DnsLoadBalancingConfig: (source)
DNS load balancing configuration for client connections.
When enabled, Core periodically re-resolves the target host's DNS records
and round-robins requests across the resolved addresses. Cannot be used
together with HttpConnectProxyConfig -- DNS load balancing is
silently disabled when an HTTP CONNECT proxy is configured.
| Class Variable | default |
Default DNS load balancing config. |
| Class Variable | resolution |
How often to re-resolve DNS, in milliseconds. |
| Method | _to |
Undocumented |