ScrapeResponse

data class ScrapeResponse(val seeders: Int, val completed: Int, val leechers: Int)

A tracker's response to a scrape: the per-info-hash swarm statistics. It ports the arguments libtorrent passes to request_callback::tracker_scrape_response (complete, incomplete, downloaded, downloaders).

Constructors

Link copied to clipboard
constructor(seeders: Int, completed: Int, leechers: Int)

Properties

Link copied to clipboard

total times the torrent has been downloaded to completion (downloaded).

Link copied to clipboard

incomplete peers (incomplete).

Link copied to clipboard

complete peers (complete).