Changeset 5736 for source/ariba/overlay
- Timestamp:
- Aug 6, 2009, 11:20:28 AM (15 years ago)
- Location:
- source/ariba/overlay
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/BaseOverlay.cpp
r5734 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.cpp
r5735 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.