Changeset 5663 for source/ariba/overlay/modules
- Timestamp:
- Aug 4, 2009, 3:09:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/chord/detail/chord_routing_table.hpp
r5660 r5663 167 167 public: 168 168 /// 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 ) : 170 170 id(id), succ( redundancy, succ_compare_type(this->id), *this ), 171 171 pred( redundancy, pred_compare_type(this->id), *this ) {
Note:
See TracChangeset
for help on using the changeset viewer.