aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-plugin/src/host_stack/cbr_proto.c
diff options
context:
space:
mode:
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