Searched refs:HIGHWAT (Results 1 – 1 of 1) sorted by relevance
87 private static final int HIGHWAT=5000; field in UDPMessageProcessor204 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()