[usocket-devel] r507 : open-mcl : socket-connect scales the timeout value incorrectly

james anderson james.anderson at setf.de
Sun Jan 3 18:10:42 UTC 2010


good evening;

in the openmcl backend, socket-connect[1] converts the timeout value  
to internal runtime units, but (at least for a tcp connection) the  
respective ccl operator[2] intends to convert from seconds to  
milliseconds


----
[1] http://trac.common-lisp.net/usocket/browser/usocket/trunk/backend/ 
openmcl.lisp?rev=499#L89
[2] http://trac.clozure.com/ccl/browser/trunk/source/level-1/l1- 
sockets.lisp#L774
   socket-connect -> make-socket -> make-ip-socket -> make-tcp-socket  
-> make-tcp-stream-socket




More information about the usocket-devel mailing list