]> Sergey Matveev's repositories - btrtrc.git/commit
Restart DHT announces at regular intervals
authorMatt Joiner <anacrolix@gmail.com>
Mon, 21 Jan 2019 02:46:26 +0000 (03:46 +0100)
committerMatt Joiner <anacrolix@gmail.com>
Mon, 21 Jan 2019 21:54:03 +0000 (22:54 +0100)
commit69c39f003623606c32050346098d46f53b101487
treebcd6a0b9efcbefbd1bf86b503580798bae4773fd
parent25cd79aa1c3ad6a81c5ba728dd884ec83fa7744a
Restart DHT announces at regular intervals

The existing implementation would crawl the DHT until the address bloom filter was full. This could take ages unless enough peers were found to fill the pending nodes for the torrent to the high water mark. Fixes #301.
torrent.go