Linux QoS API
Add Queues, Classes and Filters from the application layer i.e. provide system calls to create, update and delete queuing disciplines, classes and filters.
System Calls to query on the existing setup
- For e.g. return the class ID of the class that has the highest priority
Bind a socket to a class
- This way, all the data from the socket can be written to a class.
Status:
- System Calls to set up classes, queues and filters completed