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

Prev:inet6
Next:resolve-host ( addrspec -- seq )


Vocabulary
io.sockets

Inputs
hostan IPv6 address
porta port number


Outputs
inet6an inet6


Word description
Creates a new inet6 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