- Usage: A node is leaving the network. This is a notification to remove the given node from the routing information.
More...
#include <remove_neighbor.h>
- Usage: A node is leaving the network. This is a notification to remove the given node from the routing information.
- Algorithm Association: Updates & Response.
◆ MessageRemoveNeighbor()
minhton::MessageRemoveNeighbor::MessageRemoveNeighbor |
( |
MinhtonMessageHeader |
header, |
|
|
NodeInfo |
removed_position_node, |
|
|
bool |
acknowledge = false |
|
) |
| |
- Parameters
-
removed_position_node | The position of the node to remove. |
acknowledge | Whether an acknowledgement should be sent back. |
The documentation for this class was generated from the following files:
- minhton/include/minhton/message/remove_neighbor.h
- minhton/src/message/remove_neighbor.cpp