Ignore:
Timestamp:
Aug 12, 2009, 12:46:17 PM (15 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

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

    r5881 r5882  
    340340                        // no-> route message
    341341                        else {
    342                                 baseoverlay.send( m, m->getDestinationNode() );
     342                                baseoverlay.route( m );
    343343                        }
    344344                        break;
     
    349349                case Discovery::predecessor: {
    350350                        // reached destination? no->forward!
    351                         if (m->getDestinationNode() != nodeid && !table->is_closest_to(m->getDestinationNode())) {
     351                        if (m->getDestinationNode() != nodeid) {
    352352                                OverlayMsg omsg(*m);
    353353                                omsg.encapsulate(dmsg);
Note: See TracChangeset for help on using the changeset viewer.