Generic-function: SB-BSD-SOCKETS:SOCKET-CLOSE

package type

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).

Lambda list

(sb-bsd-sockets:socket &key abort)