Handbook
Glossary
udp-query ( bytes server -- bytes' )
Vocabulary
dns
Inputs
bytes
an
object
server
an
object
Outputs
bytes'
an
object
Definition
USING:
calendar
io.sockets
io.timeouts
kernel
;
IN:
dns
:
udp-query
( bytes server -- bytes' )
[
10
seconds
over
set-timeout
[
send
]
[
receive
drop
]
bi
]
with-any-port-local-datagram
;