Generic-function: SB-BSD-SOCKETS:SOCKET-SHUTDOWN¶
Indicate that no communication in DIRECTION will be performed on SOCKET.
DIRECTION has to be one of :INPUT, :OUTPUT or :IO.
After a shutdown, no input and/or output of the indicated DIRECTION can be performed on SOCKET.
Lambda list¶
(sb-bsd-sockets:socket &key sb-bsd-sockets::direction)