Fixed typo in the name of a socket option.

This commit is contained in:
jjgarcia 2008-08-02 15:29:00 +00:00
parent 37923e4ac5
commit 8fbb21dc06

View file

@ -1438,7 +1438,7 @@ GET-NAME-SERVICE-ERRNO")
#-(or :sun4sol2 :linux :wsock :cygwin)
(define-sockopt sockopt-reuse-port "SO_REUSEPORT" bool)
(define-sockopt socket-tcp-nodelay "TCP_NODELAY" bool)
(define-sockopt sockopt-tcp-nodelay "TCP_NODELAY" bool)
;; Add sockopts here as you need them...