reannounce

suspend fun reannounce(infoHashes: Iterable<Sha1Hash>, port: Int)

Re-announce ourselves as a peer for every info-hash in infoHashes on port. A session calls this on its DHT announce interval, roughly every 15 minutes. It loops over announce. Each announce is independent, so one failure does not stop the others.