Ignore:
Timestamp:
Aug 4, 2009, 3:09:48 PM (15 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/modules/chord/detail/chord_routing_table.hpp

    r5660 r5663  
    167167public:
    168168        /// constructs the reactive chord routing table
    169         explicit chord_routing_table( const nodeid_t& id, int redundancy = 2 ) :
     169        explicit chord_routing_table( const nodeid_t& id, int redundancy = 8 ) :
    170170                id(id), succ( redundancy, succ_compare_type(this->id), *this ),
    171171                pred( redundancy, pred_compare_type(this->id), *this ) {
Note: See TracChangeset for help on using the changeset viewer.