Handbook
Glossary
write-handshake ( handshake -- )
Vocabulary
bittorrent
Inputs
handshake
an
object
Outputs
None
Definition
USING:
accessors
combinators
io
kernel
sequences
;
IN:
bittorrent
:
write-handshake
( handshake -- )
{
[
string>>
[
length
write1
]
[
write
]
bi
]
[
reserved>>
write
]
[
info-hash>>
write
]
[
peer-id>>
write
]
}
cleave
flush
;