Changeset 6965 for source/ariba/overlay
- Timestamp:
- Nov 19, 2009, 3:09:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/BaseOverlay.cpp
r6962 r6965 361 361 362 362 // check if link is relayed and retry connecting directly 363 if ( ld->relayed && ld->retryCounter > 0) {363 if ( ld->relayed && !ld->communicationUp && ld->retryCounter > 0) { 364 364 ld->retryCounter--; 365 ld->communicationId = bc->establishLink( ld->endpoint );365 // ld->communicationId = bc->establishLink( ld->endpoint ); 366 366 } 367 367
Note:
See TracChangeset
for help on using the changeset viewer.