Added option TCP_NODELAY

This commit is contained in:
jjgarcia 2008-07-31 08:58:13 +00:00
parent ae4766c079
commit dbe7ed3f36
2 changed files with 5 additions and 0 deletions

View file

@ -42,6 +42,7 @@
"#include <netdb.h>"
"#include <string.h>"
"#include <netinet/in.h>"
"#include <netinet/tcp.h>"
"#include <errno.h>"
"#include <fcntl.h>"
"#include <stdio.h>"
@ -1437,6 +1438,8 @@ 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)
;; Add sockopts here as you need them...
;; Finished loading

View file

@ -144,6 +144,8 @@ ECL 0.9k:
- Support for large files in systems that implement fseeko().
- Added option TCP_NODELAY to the sockets package.
* CLOS:
- When caching generic function calls, ECL now uses a thread-local hash table