insecure-addr ( -- addrspec )
Threaded servers

Prev:secure-addr ( -- addrspec )


Vocabulary
io.servers

Inputs
None

Outputs
addrspecan addrspec


Word description
Outputs one of the port numbers on which the current threaded server accepts ordinary socket connections. Outputs f if the current threaded server does not accept ordinary socket connections.

Notes
Can only be used from the dynamic scope of a handle-client* call.

Definition