Changeset 5735 for source/ariba/overlay/modules/chord/detail
- Timestamp:
- Aug 6, 2009, 11:01:21 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/chord/detail/chord_routing_table.hpp
r5673 r5735 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 = 4 ) : 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.