[Ecls-list] sockets.lisp incompatibility with sb-bsd-sockets

Erik Huelsmann ehuels at gmail.com
Wed Jul 30 22:55:39 UTC 2008


While trying to implement a new function in usocket, I found an
incompatibility in the interfaces provided by sb-bsd-sockets in ECL
and SBCL:

the version in SBCL provides the sb-bsd-sockets:sockopt-tcp-nodelay
function, while the ECL version doesn't.

I hope you can provide it from now on. I think the change would be trivial:

Just add "(define-sockopt socket-tcp-nodelay "TCP_NODELAY" bool)" near
the end of sockets.lisp...


Thanks in advance!


Bye,

Erik.




More information about the ecl-devel mailing list