PeersResult

class PeersResult(val peers: List<DhtEndpoint>, val name: String?)

Result of getPeers: the selected peer endpoints plus the torrent name (if any).

Constructors

Link copied to clipboard
constructor(peers: List<DhtEndpoint>, name: String?)

Properties

Link copied to clipboard
val name: String?
Link copied to clipboard