Ignore:
Timestamp:
Jul 10, 2009, 11:26:51 AM (15 years ago)
Author:
Christoph Mayer
Message:

-neues bootstrap module für dumme periodische broadcasts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/OverlayBootstrap.cpp

    r4838 r4850  
    8989
    9090        // announcement for another spovnet
    91         if( sid != spovnetid )
    92                 return;
     91        if( sid != this->spovnetid ) return;
     92
     93        // announcement with our nodeid (either our announcement
     94        // or a node with the same id, any way -> ignore)
     95        if( nid == this->nodeid ) return;
    9396
    9497        // announcement for our spovnet
Note: See TracChangeset for help on using the changeset viewer.