18 lines
660 B
Plaintext
18 lines
660 B
Plaintext
#configuration parameters for Smart Link Management.
|
|
|
|
#Number of previous latency iterations to track to decide the better SLS interface
|
|
latency_count:3
|
|
#Threshold in ms to decide the better interface for SLS.
|
|
latency_threshold:10
|
|
#Number of tcp connections to be established in each latency session
|
|
max_tcp_connects:3
|
|
#Max waiting time for a dns query to be resolved
|
|
dns_timeout:9
|
|
#Minimum change in slm ratio to update the new SLA ratio
|
|
sla_update_threshold:0.25
|
|
#Timer in msec to track the sls updates. Only one update will be allowed
|
|
#in this duration
|
|
sla_update_count_timer:10000
|
|
#default URL for establishing a tcp sessions
|
|
slm_http_url:www.qualcomm.com
|