Changeset 5432 for source/ariba
- Timestamp:
- Jul 29, 2009, 4:18:35 PM (15 years ago)
- Location:
- source/ariba
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/chord/Chord.cpp
r5316 r5432 190 190 191 191 if( table->get_successor() != NULL ) 192 192 nodelist.push_back( *(table->get_successor()) ); 193 193 } 194 194 -
source/ariba/overlay/modules/chord/detail/chord_routing_table.hpp
r3690 r5432 278 278 } 279 279 280 281 280 bool is_closest_to( const nodeid_t& value ) { 282 281 ring_distance distance; -
source/ariba/utility/bootstrap/modules/bluetoothsdp/BluetoothSdp.cpp
r5412 r5432 296 296 close(sock); 297 297 298 int nextscan = (rand() % 30) + 5;298 int nextscan = 60; //(rand() % 30) + 5; 299 299 logging_debug("next sdp scan in " << nextscan << " seconds"); 300 300
Note:
See TracChangeset
for help on using the changeset viewer.