Changeset 5736 for source/ariba/overlay


Ignore:
Timestamp:
Aug 6, 2009, 11:20:28 AM (15 years ago)
Author:
mies
Message:
 
Location:
source/ariba/overlay
Files:
2 edited

Legend:

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

    r5734 r5736  
    310310
    311311        // timer for auto link management
    312         Timer::setInterval( 500 );
     312        Timer::setInterval( 1500 );
    313313        Timer::start();
    314314
  • source/ariba/overlay/modules/chord/Chord.cpp

    r5735 r5736  
    428428void Chord::eventFunction() {
    429429        stabilize_counter++;
    430         if (stabilize_counter < 0 || stabilize_counter == 2) {
     430        if (stabilize_counter < 0 || stabilize_counter == 4) {
    431431
    432432                // reset counter
Note: See TracChangeset for help on using the changeset viewer.