|
From: Peter P. <pr...@us...> - 2007-07-20 13:22:21
|
Update of /cvsroot/pyxida/Pyxida/src/edu/harvard/syrah/pyxida/nc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27511/src/edu/harvard/syrah/pyxida/nc Modified Files: NCManager.java Log Message: Updated handling of config parameters Index: NCManager.java =================================================================== RCS file: /cvsroot/pyxida/Pyxida/src/edu/harvard/syrah/pyxida/nc/NCManager.java,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** NCManager.java 30 Mar 2007 18:03:27 -0000 1.38 --- NCManager.java 20 Jul 2007 13:22:18 -0000 1.39 *************** *** 39,43 **** // This allows the size on the wire to remain constant // which is important for Azureus integration. ! String bootstrapList[] = Config.getProperty( "bootstraplist", "righthand.eecs.harvard.edu lefthand.eecs.harvard.edu").split("[\\s]"); --- 39,43 ---- // This allows the size on the wire to remain constant // which is important for Azureus integration. ! String bootstrapList[] = Config.getProperty( "bootstraplist", "righthand.eecs.harvard.edu lefthand.eecs.harvard.edu").split("[\\s]"); *************** *** 712,716 **** neighbor = getUpNeighbor(); } ! assert (neighbor != null); return neighbor; } --- 712,716 ---- neighbor = getUpNeighbor(); } ! //assert (neighbor != null) : "Could not find a bootstrap neighbour"; return neighbor; } |