Hi, Chris & Erik
I researched networking API of CMUCL, SBCL, Clozure CL, LispWorks, Allegro CL (I have only these 5 CLs installed), to bind local address/ port:
* CMUCL, no such support (yet) but I can learn cmucl source code and make it worked. * SBCL, supported. * Allegro CL, supported. * LispWorks, supported. * Clozure CL, supported.
Above five CLs, I have working patches for "bind-local" support, as in attach.
For other CL platforms, I'll try to install them first. But since I never used them, maybe I cannot do any help...
Regards,
Chun Tian (binghe)
在 2008-7-16,下午5:45, Chris Dean 写道:
"Chun Tian (binghe)" binghe.lisp@gmail.com writes:
You mean: when you connect to a remote address/port, you also want to bind to specified local-address/port?
If so, I'm afraid that no such support in usocket yet.
Yes, that is what I mean Thanks.
Cheers, Chris Dean