Hello,
In the CMUCL 19a image that is installed on my host -- CMUCL with
version "CVS release-19a 19a-release-20040728 + minimal debian
patches" -- the function EXT:CREATE-INET-LISTENER is documented,
in the image, with the following syntax (default/initial values
removed, here) :
create-inet-listener port &optional kind
&key :host :reuse-address :backlog
The :host argument is not mentioned in the 19a CMUCL User
Manual. Furthermore, in the manual (section 10.3), there is an
:interface argument mentioned for that function, but which is not
present within the code within the image.
Namely, the manual has the function's syntax/arguments documented as
so (package name removed, here) :
create-inet-listener port &optional kind
&key :reuse-address :backlog :interface
It appears that the :host and :interface arguments may be mostly
analogous. Regardless, if :host is what will be used, now, then I
would hope that the manual might be updated for it, time allowing, and
if otherwise, then I suppose that it may already be resolved, in a
more recent release of CMUCL.
Simply, I wanted to bring this to the attention of whom would be able
to resolve it, minor matter though it is.
Thank you.
----
Sean Champ
[EMAIL PROTECTED]