Home
last modified time | relevance | path

Searched refs:HIGHWAT (Results 1 – 1 of 1) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/stack/
DUDPMessageProcessor.java87 private static final int HIGHWAT=5000; field in UDPMessageProcessor
204 if ( this.messageQueue.size() >= HIGHWAT) { in run()
211 … } else if ( this.messageQueue.size() > LOWAT && this .messageQueue.size() < HIGHWAT ) { in run()
213 … float threshold = ((float)(messageQueue.size() - LOWAT))/ ((float)(HIGHWAT - LOWAT)); in run()