inet6
Networking ยป Address specifiers

Prev:<inet4> ( host port -- inet4 )
Next:<inet6> ( host port -- inet6 )


Vocabulary
io.sockets

Class description
IPv6 address/port number specifier for TCP/IP and UDP/IP connections. The host and port slots hold the IPv6 address and port number, respectively. New instances are created by calling <inet6>. A host of f refers to localhost, and a port of f defers the port choice until later.

Notes
Most applications do not operate on IPv6 addresses directly, and instead should use the inet address specifier, or call resolve-host.

Examples
"::1" 8080 <inet6>


Definition


Methods