- Timestamp:
- Aug 12, 2009, 11:01:42 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/chord/Chord.cpp
r5877 r5881 349 349 case Discovery::predecessor: { 350 350 // reached destination? no->forward! 351 if (m->getDestinationNode() != nodeid ) {351 if (m->getDestinationNode() != nodeid && !table->is_closest_to(m->getDestinationNode())) { 352 352 OverlayMsg omsg(*m); 353 353 omsg.encapsulate(dmsg);
Note:
See TracChangeset
for help on using the changeset viewer.