summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/dt.h
Commit message (Collapse)AuthorAgeFilesLines
* ipcpd: normal: Split connection establishmentSander Vrijders2017-04-281-6/+4
| | | | | | 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.
* ipcpd: normal: Split flow manager into DT and FASander Vrijders2017-04-211-0/+45
This splits the flow manager into the Data Transfer AE, which is in charge of routing SDUs, and the Flow Allocator AE, which handles flow allocations.