OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROBE_THROTTLE_COUNT_INTERVAL
(Results
1 - 2
of
2
) sorted by null
/external/jmdns/src/javax/jmdns/impl/constants/
DNSConstants.java
49
public static final int
PROBE_THROTTLE_COUNT_INTERVAL
= 5000; // We only increment the throttle count, if the previous increment is inside this interval.
/external/jmdns/src/javax/jmdns/impl/tasks/state/
Prober.java
62
if (now - this.getDns().getLastThrottleIncrement() < DNSConstants.
PROBE_THROTTLE_COUNT_INTERVAL
) {
Completed in 456 milliseconds