Handbook
Glossary
<inet> ( host port -- inet )
Networking
ยป
Address specifiers
Prev:
inet
Next:
inet4
Vocabulary
io
.
sockets
Inputs
host
a host name
port
a port number
Outputs
inet
an
inet
Word description
Creates a new
inet
address specifier. If the host is an IPv4 address, an
inet4
tuple will be returned; likewise for
inet6
.
Definition
USING:
kernel
;
IN:
io.sockets
:
<inet>
( host port -- inet )
\
inet
boa
;
inline