resolve-localhost ( -- obj )


Vocabulary
io.sockets

Inputs
None

Outputs
objan object


Definition


Methods

M: object resolve-localhost
ipv6-supported?
{ T{ ipv4 { host "0.0.0.0" } } T{ ipv6 { host "::" } } }
{ T{ ipv4 { host "0.0.0.0" } } } ? ;