- Usage: A fitting join position has been found by forwarding the MessageJoin appropriately. The target of the last MessageJoin sends a MessageJoinAccept to the entering node (new child). This message contains all information the entering node needs about its new neighbors and the network's fanout.
More...
#include <join_accept.h>
- Usage: A fitting join position has been found by forwarding the MessageJoin appropriately. The target of the last MessageJoin sends a MessageJoinAccept to the entering node (new child). This message contains all information the entering node needs about its new neighbors and the network's fanout.
- Algorithm Association: Join.
◆ MessageJoinAccept()
- Parameters
-
fanout | Fanout of the entire network. |
adjacent_left | Adjacent left neighbor of the new child. Might be left empty if the new child has no adjacent left. |
adjacent_right | Adjacent right neighbor of the new child. Might be left empty if the new child has no adjacent right. |
routing_table_neighbors | A vector of all existing routing table neighbors on the same level. |
The documentation for this class was generated from the following files:
- minhton/include/minhton/message/join_accept.h
- minhton/src/message/join_accept.cpp