OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kDnsTimedOutThresholdSeconds
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/shill/
traffic_monitor.h
108
static const int64_t
kDnsTimedOutThresholdSeconds
;
traffic_monitor.cc
42
const int64_t TrafficMonitor::
kDnsTimedOutThresholdSeconds
= 15;
180
// want to time out at |
kDnsTimedOutThresholdSeconds
|. Unfortunately,
182
// |
kDnsTimedOutThresholdSeconds
| because we will count the entry
184
// |
kDnsTimedOutThresholdSeconds
|. To ensure that we only count an
186
// |
kDnsTimedOutThresholdSeconds
| and |kDnsTimedOutLowerThresholdSeconds|.
188
kDnsTimedOutThresholdSeconds
- kSamplingIntervalMilliseconds / 1000;
192
info.time_to_expire_seconds() >
kDnsTimedOutThresholdSeconds
||
Completed in 44 milliseconds