summaryrefslogtreecommitdiff
path: root/src/lib/ipcp_config.proto
Commit message (Collapse)AuthorAgeFilesLines
* ipcpd: Allow specifying the hash algorithm to usedimitri staessens2017-04-161-1/+1
| | | | Currently CRC32, MD5, and SHA3 (224, 256, 384 and 512 bit) are supported.
* lib, ipcpd, irmd: Register hash instead of namedimitri staessens2017-04-131-0/+47
All information passed over the IRMd/IPCP boundary for using IPC services (flow allocation, registration) is now hashed. This effectively fixes the shared namespace between DIFs and the IRMDs. This PR also fixes some API issues (adding const identifiers), shuffles the include headers a bit and some small bugs.