From 6a268308c499edf4b5d72531388269114802de29 Mon Sep 17 00:00:00 2001 From: Alberto Compagno Date: Mon, 13 Jan 2020 17:03:55 +0100 Subject: [HICN-475] Adding multihoming in case the producer is facing the producer Change-Id: I9ec9d43083379ed8961532f2b9d20f03fd1fa45e Signed-off-by: Alberto Compagno --- hicn-plugin/src/mapme_eventmgr.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hicn-plugin/src/mapme_eventmgr.h') diff --git a/hicn-plugin/src/mapme_eventmgr.h b/hicn-plugin/src/mapme_eventmgr.h index 2f8106d6c..338915d63 100644 --- a/hicn-plugin/src/mapme_eventmgr.h +++ b/hicn-plugin/src/mapme_eventmgr.h @@ -15,7 +15,7 @@ #include // vlib_node_registration_t (vlib/node.h) -/* +/* * Structure carrying all necessary information for managing Special Interest * (re)transmissions. */ @@ -23,6 +23,7 @@ typedef struct { hicn_prefix_t prefix; dpo_id_t dpo; + u8 rtx_count; // Number of retransmissions since last tfib addition } retx_t; #define HASH32(x) ((u16)x ^ (x << 16)) -- cgit 1.2.3-korg