Searched refs:LOWAT (Results 1 – 1 of 1) sorted by relevance
89 private static final int LOWAT=2500; field in UDPMessageProcessor211 … } else if ( this.messageQueue.size() > LOWAT && this .messageQueue.size() < HIGHWAT ) { in run()213 … float threshold = ((float)(messageQueue.size() - LOWAT))/ ((float)(HIGHWAT - LOWAT)); in run()