aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-plugin/src/host_stack/cbr_proto.c
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2020-09-23 18:14:14 +0000
committerMauro Sardara <msardara@cisco.com>2020-09-23 18:14:14 +0000
commitbe464ae928413ce7f16fec5742fd6fe461906500 (patch)
tree10cc3b816ab122893829aa633a170f9edc7d2432 /hicn-plugin/src/host_stack/cbr_proto.c
parent998aea92186890cc09adcb748647da147e3c54fd (diff)
[HICN-642] Porting of fixes for hicn_plugin punting api.host-stack
Signed-off-by: Mauro Sardara <msardara@cisco.com> Change-Id: Iaf626f3c94d7a37a0472fe781b09373f5e9370d9
Diffstat (limited to 'hicn-plugin/src/host_stack/cbr_proto.c')
-rw-r--r--hicn-plugin/src/host_stack/cbr_proto.c5
1 files changed, 0 insertions, 5 deletions
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 <hicn/transport/protocols/transport_algorithm.h>
-
#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