From cb60fd6a89586fe5c3f979ad1a6ec52447b9044b Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Tue, 15 May 2007 02:01:47 +0200 Subject: [PATCH] Exporting *DEFAULT-BACKLOG-SIZE* Signed-off-by: Stelian Ionescu --- sockets/pkgdcl.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sockets/pkgdcl.lisp b/sockets/pkgdcl.lisp index 03c2fac..1531382 100644 --- a/sockets/pkgdcl.lisp +++ b/sockets/pkgdcl.lisp @@ -105,4 +105,4 @@ #:bind-address #:socket-listen #:accept-connection #:connect #:unconnect #:socket-connected-p #:shutdown #:socket-send #:socket-receive - #:*no-sigpipe*)) + #:*no-sigpipe* #:*default-backlog-size*)) -- 2.11.4.GIT