From c75f20d2ef73b0193e75fa59c4679be713a342c7 Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Wed, 10 May 2017 16:39:58 +0200 Subject: ipcpd: Remove FRCT from normal IPCP In order to ensure 100% reliable transfer, the protocol state machine that takes care of retransmission and SDU ordering has to be in the application. Flow allocation in the normal now uses fds. The PDU_type field was deprecated and AE's within the DIF can use reserved fds. --- src/ipcpd/normal/fa.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/ipcpd/normal/fa.h') diff --git a/src/ipcpd/normal/fa.h b/src/ipcpd/normal/fa.h index 6ca705e4..264d45ea 100644 --- a/src/ipcpd/normal/fa.h +++ b/src/ipcpd/normal/fa.h @@ -26,8 +26,6 @@ #include #include -#include "frct.h" - int fa_init(void); void fa_fini(void); @@ -47,7 +45,4 @@ int fa_dealloc(int fd); int fa_post_sdu(struct shm_du_buff * sdb); -int fa_post_sdu_user(cep_id_t cep_id, - struct shm_du_buff * sdb); - #endif /* OUROBOROS_IPCPD_NORMAL_FA_H */ -- cgit v1.2.3