- Timestamp:
- Aug 6, 2009, 11:20:28 AM (16 years ago)
- Location:
- source/ariba/overlay
- Files:
- 
      - 2 edited
 
 - 
          
  BaseOverlay.cpp (modified) (1 diff)
- 
          
  modules/chord/Chord.cpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      source/ariba/overlay/BaseOverlay.cppr5734 r5736 310 310 311 311 // timer for auto link management 312 Timer::setInterval( 500 );312 Timer::setInterval( 1500 ); 313 313 Timer::start(); 314 314 
- 
      source/ariba/overlay/modules/chord/Chord.cppr5735 r5736 428 428 void Chord::eventFunction() { 429 429 stabilize_counter++; 430 if (stabilize_counter < 0 || stabilize_counter == 2) {430 if (stabilize_counter < 0 || stabilize_counter == 4) { 431 431 432 432 // reset counter 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
