- Usage: Currently only used in the join accept procedure in rare cases by the parent to get the correct adjacent neighbors for the child. The sender is giving a vector of neighbor relationships which he wants to know about from the targets routing information. The answer is supposed to be a MessageInformAboutNeighbors.
More...
#include <get_neighbors.h>
- Usage: Currently only used in the join accept procedure in rare cases by the parent to get the correct adjacent neighbors for the child. The sender is giving a vector of neighbor relationships which he wants to know about from the targets routing information. The answer is supposed to be a MessageInformAboutNeighbors.
- Algorithm Association: Updates & Response.
◆ MessageGetNeighbors()
minhton::MessageGetNeighbors::MessageGetNeighbors |
( |
MinhtonMessageHeader |
header, |
|
|
NodeInfo |
send_back_to_node, |
|
|
std::vector< NeighborRelationship > |
relationships |
|
) |
| |
- Parameters
-
send_back_to_node | Target of the MessageInformAboutNeighbors |
relationships | A vector of all the neighbor relationships the sender wants to know about. |
The documentation for this class was generated from the following files:
- minhton/include/minhton/message/get_neighbors.h
- minhton/src/message/get_neighbors.cpp