Handbook
Glossary
(server) ( addrspec -- handle )
Vocabulary
io
.
sockets
.
private
Inputs
addrspec
an
object
Outputs
handle
an
object
Definition
IN:
io.sockets.private
GENERIC:
(server)
( addrspec -- handle )
Methods
USING:
io.sockets
io.sockets.private
;
M:
inet
(server)
invalid-inet-server
;
USING:
destructors
io.backend.unix
io.sockets.private
io.sockets.unix
kernel
unix
unix.ffi
;
M:
object
(server)
[
SOCK_STREAM
server-socket-fd
dup
handle-fd
128
[
listen
]
unix-system-call
drop
]
with-destructors
;
USING:
accessors
io.sockets.private
io.sockets.secure
;
M:
secure
(server)
addrspec>>
(server)
;