mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-29 13:51:40 -08:00
Fixed typo in the name of a socket option.
This commit is contained in:
parent
37923e4ac5
commit
8fbb21dc06
1 changed files with 1 additions and 1 deletions
|
|
@ -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...
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue