Changeset 5914 for source/ariba/overlay
- Timestamp:
- Aug 13, 2009, 11:21:15 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/chord/Chord.cpp
r5909 r5914 124 124 125 125 void Chord::discover_neighbors( const LinkID& link ) { 126 uint8_t ttl = 4;126 uint8_t ttl = 1; 127 127 { 128 128 // send predecessor discovery … … 401 401 void Chord::eventFunction() { 402 402 stabilize_counter++; 403 if (stabilize_counter < 0 || stabilize_counter == 4) {403 if (stabilize_counter < 0 || stabilize_counter == 2) { 404 404 405 405 // reset counter
Note:
See TracChangeset
for help on using the changeset viewer.