Hi, Leslie
What's your OS environment and ECL build options? And can you supply a simply test case code for this issue?
I ask this because I can't reproduce it in my environment (ECL 9.10.2 (default build options), Mac OS X 10.6, Latest usocket trunk code). If you can help us re-produce this issue, we'll look into and try to fix it as soon as possible.
Regards,
Chun Tian (binghe)
在 2009-10-16,18:40, Leslie P. Polzer 写道:
On ECL 9.10.2 I get "setsockopt: permission denied" unless I comment out this bit in backend/sbcl.lisp:
;; binghe: use SOCKOPT-TCP-NODELAY as internal symbol ;; to pass compilation on ECL without it. (when (and nodelay-specified sockopt-tcp-nodelay-p) (setf (sb-bsd-sockets::sockopt-tcp-nodelay socket)
nodelay))
Looks like this kludge doesn't work anymore...
Leslie
-- http://www.linkedin.com/in/polzer
usocket-devel mailing list usocket-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/usocket-devel