7#ifndef MINHTON_MESSAGE_REMOVE_AND_UPDATE_NEIGHBORS_H_
8#define MINHTON_MESSAGE_REMOVE_AND_UPDATE_NEIGHBORS_H_
10#include "minhton/message/message.h"
11#include "minhton/message/remove_neighbor.h"
12#include "minhton/message/update_neighbors.h"
13#include "solanet/serializer/serialize.h"
29 bool should_acknowledge =
false);
33 bool getShouldAcknowledge()
const;
35 SERIALIZE(header_, remove_msg_, update_msg_, should_acknowledge_);
46 bool validateImpl()
const;
52 bool should_acknowledge_ =
false;
Usage: Used in the leave and response algorithms for updating the routing information.
Definition remove_and_update_neighbor.h:19
Usage: A node is leaving the network. This is a notification to remove the given node from the routin...
Definition remove_neighbor.h:17
Usage: Informing a node about a new or updated neighbor. Used mainly in the join accept and leave pro...
Definition update_neighbors.h:20
Definition minhton_watchdog_ns3.cpp:24