Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ipcpd: Remove FRCT from normal IPCP | dimitri staessens | 2017-05-10 | 1 | -102/+0 |
| | | | | | | | 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. | ||||
* | ipcpd: normal: Split connection establishment | Sander Vrijders | 2017-04-28 | 1 | -0/+102 |
Connection establishment was done at the same time as flow allocation. This splits it more cleanly, and allows to re-use the DT AE for other purposes. |