Show
Ignore:
Timestamp:
08/13/07 16:41:30 (1 year ago)
Author:
pitt-zhang
Message:

fix the 0 hop bug of deliver() in planet.test.dht.dhtapplication.java

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/planet/simulate/Results.java

    r16 r18  
    134134          } 
    135135          else {                                          
    136             hops.put(identif,new Integer(1)); 
     136            hops.put(identif,new Integer(0)); 
    137137          }                        
    138138        } 
     
    216216    } 
    217217         
     218        /** 
     219         *  the lookup and insert times  
     220         */ 
    218221        private static int lookup_number = 0; 
    219222        /**