Ignore:
Timestamp:
Apr 24, 2009, 10:04:11 AM (15 years ago)
Author:
Christoph Mayer
Message:

-fixed #30 (stress test pingpong, has some errors), #24 (autolinks for easy message sending)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/communication/BaseCommunication.cpp

    r3037 r3067  
    457457                logging_debug( "the link is now up with local link id " << spovmsg->getRemoteLink().toString() );
    458458
     459                // notify the baseoverlay that the link is up, so
     460                // it can exchange nodeids over this link. then we
     461                // can send the queued messages, as both nodes have
     462                // to know their nodeids first
     463
    459464                BOOST_FOREACH( CommunicationEvents* i, eventListener ){
    460465                        i->onLinkUp( linkDesc.localLink, linkDesc.localLocator, linkDesc.remoteLocator );
Note: See TracChangeset for help on using the changeset viewer.