Chun Tian (binghe | 17 Jul 07:52

fixes for CMU User's Manual

Hi, CMUCL / rtoy

Recently I tried UDP networking in CMUCL then found some mistakes in  
CMU User's Manual:

1. Three functions INET-SENDTO, INET-RECVFROM, INET-SHUTDOWN is not  
external symbol of UNIX package but EXTENSIONS.

2. INET-SENDTO should have a ADDR argument.

3. INET-RECVFROM maybe need more document, or I don't know how to get  
receive data from a socket.

Attach is my change to internet.tex, please review it.

Regards,

Chun Tian (binghe)

Attachment (cmu-user.diff): application/octet-stream, 1101 bytes

Raymond Toy (RT/EUS | 18 Jul 18:36

Re: fixes for CMU User's Manual

Chun Tian (binghe) wrote:
> Hi, CMUCL / rtoy
> 
> Recently I tried UDP networking in CMUCL then found some mistakes in CMU 
> User's Manual:
> 
> 1. Three functions INET-SENDTO, INET-RECVFROM, INET-SHUTDOWN is not 
> external symbol of UNIX package but EXTENSIONS.
> 
> 2. INET-SENDTO should have a ADDR argument.
> 
> 3. INET-RECVFROM maybe need more document, or I don't know how to get 
> receive data from a socket.
> 
> Attach is my change to internet.tex, please review it.

Thanks for the patch.  It will be applied shortly.  I don't know much 
about UDP networking and sendto, recvfrom, and shutdown, so I can't add 
any additional information to the documents.

Ray


Gmane