Sockets¶
Lists the sockets open in this session, oldest first.
Close takes a socket off the list,
and closing a listening socket takes the connections
it accepted with it:
Close answers with the endpoint it closed, not with the socket.
The port has to be read before the close: a closed socket answers no
property query at all, so asking it afterwards gives $Failed.