Handbook
Glossary
random-peer ( torrent -- peer )
Vocabulary
bittorrent
Inputs
torrent
an
object
Outputs
peer
an
object
Definition
USING:
accessors
assocs
kernel
random
;
IN:
bittorrent
:
random-peer
( torrent -- peer )
dup
tracker>>
"peers"
of
random
<peer>
;