summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/dht.h
Commit message (Collapse)AuthorAgeFilesLines
* ipcpd: Enroll DHT when creating dt connectiondimitri staessens2017-09-191-3/+0
| | | | | | | | | The DHT will now enroll or sync when a data transfer connection is added. This avoids the need to create a temporary data transfer connection during enrollment (and speeds it up considerably). The notifier system was modified to take an opaque pointer to the object that registers as a parameter.
* build: Replace fsf snail mail with contact URLdimitri staessens2017-08-131-2/+1
|
* ipcpd: Add DHT as directory in normal IPCPdimitri staessens2017-07-181-0/+54
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.