Comment 0 for bug 1207483

Revision history for this message
Jan Moringen (scymtym) wrote :

The shutdown(3posix) function is essential for e.g. signaling an "end of file" to the remote end of a network connection without shutting down the input direction of the connection.

The attached patch adds a SB-BSD-SOCKETS:SOCKET-SHUTDOWN tries to be lispy wrapper for shutdown(3posix).

Minimal tests are included.