Changeset 5675
- Timestamp:
- Aug 4, 2009, 5:41:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/chord/Chord.cpp
r5674 r5675 250 250 logging_info("new routing neighbor: " << remote.toString() 251 251 << " with link " << lnk.toString()); 252 // replace with new link 253 if (!item->info.isUnspecified()) 254 baseoverlay.dropLink(item->info); 252 255 item->info = lnk; 253 256 } else { // no-> add orphan entry to routing table
Note:
See TracChangeset
for help on using the changeset viewer.