GetPeers

class GetPeers(val infoHash: Sha1Hash, val noseed: Boolean = false, val scrape: Boolean = false) : DhtMessage.Args

get_peers {info_hash}: BEP-5. noseed/scrape are libtorrent's optional extension flags (a["noseed"], a["scrape"]).

Constructors

Link copied to clipboard
constructor(infoHash: Sha1Hash, noseed: Boolean = false, scrape: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard