|
From: Peter P. <pr...@us...> - 2007-02-21 15:35:58
|
Update of /cvsroot/pyxida/Pyxida/src/edu/harvard/syrah/pyxida/nc/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5542/src/edu/harvard/syrah/pyxida/nc/lib Modified Files: NCClient.java Log Message: Changed app-level stability setting Index: NCClient.java =================================================================== RCS file: /cvsroot/pyxida/Pyxida/src/edu/harvard/syrah/pyxida/nc/lib/NCClient.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** NCClient.java 21 Feb 2007 14:19:19 -0000 1.6 --- NCClient.java 21 Feb 2007 15:35:56 -0000 1.7 *************** *** 102,106 **** // Lowering this value leads to more frequent updates // Should be less than 0.5 ! public static final double APP_UPDATE_THRESHOLD = 0.1; // completely ignore any RTT larger than ten seconds --- 102,106 ---- // Lowering this value leads to more frequent updates // Should be less than 0.5 ! public static final double APP_UPDATE_THRESHOLD = 0.5; // completely ignore any RTT larger than ten seconds |