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

package type

Mark SOCKET as willing to accept incoming connections. The integer BACKLOG defines the maximum length that the queue of pending connections may grow to before new connection attempts are refused. See also listen(2)

Lambda list

(sb-bsd-sockets:socket sb-bsd-sockets::backlog)