Ignore:
Timestamp:
Aug 13, 2009, 11:21:15 AM (15 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

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

    r5909 r5914  
    124124
    125125void Chord::discover_neighbors( const LinkID& link ) {
    126         uint8_t ttl = 4;
     126        uint8_t ttl = 1;
    127127        {
    128128                // send predecessor discovery
     
    401401void Chord::eventFunction() {
    402402        stabilize_counter++;
    403         if (stabilize_counter < 0 || stabilize_counter == 4) {
     403        if (stabilize_counter < 0 || stabilize_counter == 2) {
    404404
    405405                // reset counter
Note: See TracChangeset for help on using the changeset viewer.