Close SOCKET, unless it was already closed. If SOCKET-MAKE-STREAM has been called, calls CLOSE using ABORT on that stream. Otherwise closes the socket file descriptor using close(2).
Close SOCKET, unless it was already closed.
If SOCKET-MAKE-STREAM has been called, calls CLOSE using ABORT on that stream. Otherwise closes the socket file descriptor using close(2).
(sb-bsd-sockets:socket &key abort)