Project

General

Profile

Actions

Task #4110

closed

Replace RoutingTableEntry with a tuple

Added by Nicholas Gordon almost 7 years ago. Updated 9 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
05/31/2017
Due date:
% Done:

0%

Estimated time:

Description

Currently, the RoutingTable stores entries as a class, RoutingTableEntry. All this does is provide getters and setters, and define equality. A tuple provides equality comparison by element-wise comparison, which is exactly how RoutingTableEntry currently implements it.

Separating this data container into a class suggests that it has some kind of behavior or state modification. However, it is only a data container, so a POD is more appropriate. A tuple is better than a struct in this situation because C++11 provides a built-in operator== for tuples, but not structs.

Actions #1

Updated by Nicholas Gordon over 6 years ago

  • Assignee set to Laqin Fan
Actions #2

Updated by Nicholas Gordon over 6 years ago

  • Target version changed from v0.4.0 to v0.5.0
Actions #3

Updated by Nicholas Gordon over 6 years ago

  • Target version changed from v0.5.0 to Minor release 0.4.1
Actions #4

Updated by Ashlesh Gawande about 6 years ago

  • Target version changed from Minor release 0.4.1 to v0.5.0
Actions #5

Updated by Saurab Dulal about 5 years ago

  • Target version changed from v0.5.0 to Minor release v0.5.1
Actions #6

Updated by Saurab Dulal almost 5 years ago

  • Target version changed from Minor release v0.5.1 to v0.6.0
Actions #7

Updated by Saurab Dulal over 3 years ago

  • Target version changed from v0.6.0 to Minor Release v0.6.1
Actions #8

Updated by Junxiao Shi 9 months ago

  • Status changed from New to Closed

This task is no longer appropriate because commit:0421bc6bcd239f5bd422cd2ad8087368cdc5535f introduced behaviors (wireEncode and wireDecode) into RoutingTableEntry class.

Actions

Also available in: Atom PDF