OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BASE_TIMER_INTERVAL
(Results
1 - 5
of
5
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransaction.java
82
protected int
BASE_TIMER_INTERVAL
= SIPTransactionStack.
BASE_TIMER_INTERVAL
;
86
protected int T4 = 5000 /
BASE_TIMER_INTERVAL
;
92
protected int T2 = 4000 /
BASE_TIMER_INTERVAL
;
97
protected int TIMER_D = 32000 /
BASE_TIMER_INTERVAL
;
99
// protected static final int TIMER_C = 3 * 60 * 1000 /
BASE_TIMER_INTERVAL
;
865
return SIPTransactionStack.
BASE_TIMER_INTERVAL
;
[
all
...]
SIPServerTransaction.java
[
all
...]
SIPClientTransaction.java
[
all
...]
SIPDialog.java
[
all
...]
SIPTransactionStack.java
104
public static final int
BASE_TIMER_INTERVAL
= 500;
[
all
...]
Completed in 67 milliseconds