- Usage: A node wants to send a message to another node in the network, but does not know the physical address, only the tree position. The Search Exact message gets forwarded into the right direction until it reaches its destination.
More...
#include <search_exact.h>
- Usage: A node wants to send a message to another node in the network, but does not know the physical address, only the tree position. The Search Exact message gets forwarded into the right direction until it reaches its destination.
- Algorithm Association: Search Exact.
◆ MessageSearchExact()
minhton::MessageSearchExact::MessageSearchExact |
( |
MinhtonMessageHeader |
header, |
|
|
NodeInfo |
destination_node, |
|
|
std::shared_ptr< MessageSEVariant > |
query, |
|
|
bool |
notify_about_failure = false |
|
) |
| |
- Parameters
-
destination_node | The destination node of the message. (This is not the target node. The target is only the node the message gets forwarded to.) |
query | Another internal message of any other message type which the inital sender wants to send to the destination node. Within the query message, the sender is the inital sender and the target the destination node. |
notify_about_failure | Currently unused |
The documentation for this class was generated from the following files:
- minhton/include/minhton/message/search_exact.h
- minhton/src/message/search_exact.cpp