From be464ae928413ce7f16fec5742fd6fe461906500 Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Wed, 23 Sep 2020 18:14:14 +0000 Subject: [HICN-642] Porting of fixes for hicn_plugin punting api. Signed-off-by: Mauro Sardara Change-Id: Iaf626f3c94d7a37a0472fe781b09373f5e9370d9 --- hicn-plugin/src/host_stack/cbr_proto.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'hicn-plugin/src/host_stack/cbr_proto.c') diff --git a/hicn-plugin/src/host_stack/cbr_proto.c b/hicn-plugin/src/host_stack/cbr_proto.c index 54a851d41..b87f2573c 100644 --- a/hicn-plugin/src/host_stack/cbr_proto.c +++ b/hicn-plugin/src/host_stack/cbr_proto.c @@ -16,8 +16,6 @@ #include "host_stack.h" #include "inlines.h" -#include - #define WINDOW_SIZE 200 typedef struct hicn_hs_cbr_proto_data_ @@ -35,9 +33,6 @@ reset_protocol(hicn_hs_cbr_proto_data_t *proto_data) proto_data->in_flight_interests = 0; proto_data->window_size = WINDOW_SIZE; proto_data->next_seq_number = 0; - - TransportAlgorithm *t = transportAlgorithm_CreateRaaqm(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); - proto_data->next_seq_number = (u64)t; } static void -- cgit 1.2.3-korg