summaryrefslogtreecommitdiff
path: root/src/ipcpd/unicast/pol/pft.h
Commit message (Collapse)AuthorAgeFilesLines
* ipcpd: Rename hashtable to pftDimitri Staessens2020-02-161-0/+55
This makes the hashtable more tailored to a packet forwarding table (PFT). In the end not much of a change was needed, but now it's clear the pft maps a destination address to a list of (outgoing) fds. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>