summaryrefslogtreecommitdiff
path: root/include/ouroboros/qos.h
Commit message (Collapse)AuthorAgeFilesLines
* ipcpd: normal: Establish N-1 management flowsSander Vrijders2016-07-141-3/+2
| | | | | | | | | This adds the intial implementation of establishing management N-1 flows between normal IPCPs. On calling fmgr_mgmt_flow, a management flow will be setup to a certain destination IPCP. After flow allocation, the fd is handed to the RIB manager. The flow manager also listens for incoming flow requests. In case they are management flows, they are handed to the RIB manager, otherwise to the FRCT.
* lib, ipcpd, irmd: Add QoS cube definitionSander Vrijders2016-05-141-0/+35
This adds the QoS cube definition, which is an enum to select which QoS is needed in the IPCP. An application has to use the qos_spec in qos.h to define what it needs. The IRMd will map this unto a qos cube definition. Some headers are now also no longer installed on the system, since they are only to be used within the irmd and ipcps.