Ignore:
Timestamp:
Aug 12, 2009, 11:01:42 AM (15 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/modules/chord/Chord.cpp

    r5877 r5881  
    349349                case Discovery::predecessor: {
    350350                        // reached destination? no->forward!
    351                         if (m->getDestinationNode() != nodeid) {
     351                        if (m->getDestinationNode() != nodeid && !table->is_closest_to(m->getDestinationNode())) {
    352352                                OverlayMsg omsg(*m);
    353353                                omsg.encapsulate(dmsg);
Note: See TracChangeset for help on using the changeset viewer.