KiteTorrent
Toggle table of contents
0.0.1-SNAPSHOT
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteTorrent
kitetorrent-session
/
io.github.yuroyami.kitetorrent.session.dht
/
DhtNode
/
SampleResult
Sample
Result
class
SampleResult
(
val
infohashes
:
List
<
Sha1Hash
>
,
val
nodes
:
List
<
CompactNode
>
,
val
num
:
Int
,
val
interval
:
Int
)
Result of a BEP-51
sample_infohashes
query.
Members
Constructors
Sample
Result
Link copied to clipboard
constructor
(
infohashes
:
List
<
Sha1Hash
>
,
nodes
:
List
<
CompactNode
>
,
num
:
Int
,
interval
:
Int
)
Properties
infohashes
Link copied to clipboard
val
infohashes
:
List
<
Sha1Hash
>
interval
Link copied to clipboard
val
interval
:
Int
nodes
Link copied to clipboard
val
nodes
:
List
<
CompactNode
>
num
Link copied to clipboard
val
num
:
Int