public final class nw_parameters_expired_dns_behavior_t
extends java.lang.Object
Expired DNS behavior defines whether or not a connection will allow the use of expired DNS answers during connection establishment.
| Modifier and Type | Field and Description |
|---|---|
static int |
nw_parameters_expired_dns_behavior_allow
[@const] nw_parameters_expired_dns_behavior_allow Explicitly allow the use of expired DNS answers
|
static int |
nw_parameters_expired_dns_behavior_default
[@const] nw_parameters_expired_dns_behavior_default Let the system determine whether or not to allow expired DNS answers
|
static int |
nw_parameters_expired_dns_behavior_prohibit
[@const] nw_parameters_expired_dns_behavior_allow Explicitly prohibit the use of expired DNS answers
|
public static final int nw_parameters_expired_dns_behavior_default
public static final int nw_parameters_expired_dns_behavior_allow
public static final int nw_parameters_expired_dns_behavior_prohibit