Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ipcpd: Add DHT as directory in normal IPCP | dimitri staessens | 2017-07-18 | 2 | -0/+136 |
| | | | | | | | | | This implements a Distributed Hash Table (DHT) based on the Kademlia protocol, with default parameters set as used in the BitTorrent Mainline DHT. This initial implementation is almost feature complete, except for some things to be done after a testing period: caching and stale peer bumping, and setting the expiration timeout via the IRM tool. | ||||
* | ipcpd: normal: Make routing a policy | Sander Vrijders | 2017-05-15 | 2 | -274/+0 |
| | | | | | | This makes the routing component into a policy since different approaches may exist to do this, depending on how high the rank of the DIF is. | ||||
* | ipcpd: normal: Add graph regression test | Sander Vrijders | 2017-03-29 | 2 | -0/+274 |
This adds a regression test for the graph component to test the routing table. |