summaryrefslogtreecommitdiff
path: root/src/ipcpd/unicast/pol/multipath_pff.h
Commit message (Collapse)AuthorAgeFilesLines
* Add equal-cost multipath routing policyDimitri Staessens2020-02-161-0/+58
This adds an equal-cost multipath routing policy to Ouroboros, based on Nick Aerts' code. When selected, flows will send packets over all paths with equal cost (hop count). Path selection is round-robin. It does not yet take into account flows that are down. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>