[usocket-devel] bind interface?
Chun Tian (binghe)
binghe.lisp at gmail.com
Mon Jul 21 18:20:57 UTC 2008
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)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: usocket-bind-local-support.diff
Type: application/octet-stream
Size: 10714 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/usocket-devel/attachments/20080722/e7f74731/attachment.obj>
-------------- next part --------------
? 2008-7-16???5:45? Chris Dean ???
>
> "Chun Tian (binghe)" <binghe.lisp at 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
>
More information about the usocket-devel
mailing list