<inet4> ( host port -- inet4 )
Networking ยป Address specifiers

Prev:inet4
Next:inet6


Vocabulary
io.sockets

Inputs
hostan IPv4 address
porta port number


Outputs
inet4an inet4


Word description
Creates a new inet4 address specifier. A value of f as the host refers to localhost, while f as the port defers the port choice until a later time.

Definition