7#ifndef MINHTON_CORE_CONNECTION_INFO_H_
8#define MINHTON_CORE_CONNECTION_INFO_H_
12#include "minhton/core/constants.h"
13#include "minhton/core/node_info.h"
19 NeighborRelationship relationship;
21 uint16_t port_old = 0;
22 uint16_t position = 0;
26using NeighborCallbackFct = std::function<void(
const ConnectionInfo &neighbor)>;
Definition node_info.h:24
Definition minhton_watchdog_ns3.cpp:24
Definition connection_info.h:17