enum BindAsdnsPercentDiff

ASDNS Grouping Percent Difference,defines whether to enable or disable the grouping function and defines its value.
The value is an integer ranging from -1 to 5:
-1: Disables the grouping function.
0~5: Enables the grouping function. (The integer 1 is the recommended default value.)
The value is used to determine whether two nodes can be form a group.
If the difference of the percent value of two nodes is less than ASDNS_PERCENT_DIFF as formula below shown,
this means these two nodes have the same level of load, then they can be put into a group.
In a group, possibilities of the nodes will be set to the same value.

Percent_of_current_node – Percent_of_other_node <= ASDNS_PERCENT_DIFF

References from:
BindService;

-1
BIND_ASDNS_GRP_DISABLE
Disables the ASDNS grouping function.
0
BIND_ASDNS_GRP_ENABLE_DIFF_0
Enables the grouping function. The difference of the percent value of two nodes is 0.
1
BIND_ASDNS_GRP_ENABLE_DIFF_1
Enables the grouping function. The difference of the percent value of two nodes is <=1.
2
BIND_ASDNS_GRP_ENABLE_DIFF_2
Enables the grouping function. The difference of the percent value of two nodes is <=2.
3
BIND_ASDNS_GRP_ENABLE_DIFF_3
Enables the grouping function. The difference of the percent value of two nodes is <=3.
4
BIND_ASDNS_GRP_ENABLE_DIFF_4
Enables the grouping function. The difference of the percent value of two nodes is <=4.
5
BIND_ASDNS_GRP_ENABLE_DIFF_5
Enables the grouping function. The difference of the percent value of two nodes is <=5.
  enum BindAsdnsPercentDiff