forked from freebsd/freebsd-src
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Rahul Sankar edited this page Nov 10, 2018
·
4 revisions
The aim of this project is to implement a modified version of the CoDel (Controlled Delay) algorithm in FreeBSD for better performance against non-responsive flows.
- Understood what AQM algorithms are
- Went through the RFC for CoDel algorithm
- Read the research paper for modified CoDel and understood how it improved the algorithm
- Forked the FreeBSD repository
- Made a branch for modified CoDel
- Understood the implementation of CoDel in FreeBSD
- Made the required changes to the implementation of CoDel in FreeBSD
- Documented the changes made.
- Installed FreeBSD on Oracle VirtualBox.
- Compiled the custom FreeBSD kernel with the required changes.
- Dual booted FreeBSD in lab system.
- Created man pages for CoDel and Modified CoDel.