- Usage: During the replacement process, the neighbor nodes of the leaving node / the replaced position need to get an update about the network information of the replaced position. Through the information in this message the neighbors can update the network information and eventually also remove the removed position from their information if they also have it as their neighbor.
More...
#include <replacement_update.h>
- Usage: During the replacement process, the neighbor nodes of the leaving node / the replaced position need to get an update about the network information of the replaced position. Through the information in this message the neighbors can update the network information and eventually also remove the removed position from their information if they also have it as their neighbor.
- Algorithm Association: Updates & Response.
◆ MessageReplacementUpdate()
- Parameters
-
removed_position_node | The node who is replacing and who's position will be empty afterwards. |
replaced_position_node | The node who is leaving the network and who's position will be replaced by the replacing node afterwards. |
new_l_node_info | The LogicalNodeInfo that has the replaced position and a new uuid. |
should_acknowledge | Whether an acknowledgement should be sent back. |
The documentation for this class was generated from the following files: