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/dt_pci.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/ipcpd/normal/dt_pci.h') diff --git a/src/ipcpd/normal/dt_pci.h b/src/ipcpd/normal/dt_pci.h index bec21188..280956f4 100644 --- a/src/ipcpd/normal/dt_pci.h +++ b/src/ipcpd/normal/dt_pci.h @@ -26,16 +26,11 @@ #include #include -#define PDU_TYPE_FA 0x40 -#define PDU_TYPE_FRCT 0x80 - -#define INVALID_ADDR 0 - struct dt_pci { uint64_t dst_addr; qoscube_t qc; uint8_t ttl; - uint8_t pdu_type; + uint32_t fd; }; int dt_pci_init(void); -- cgit v1.2.3