gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] network sockets...


From: John Jorgensen
Subject: Re: [Gcl-devel] network sockets...
Date: Mon, 10 Jun 2002 20:32:45 -0400 (EDT)

Of course, why didn't I think to look in file.d (?!). :-)

Actually, I am kind of embarrassed that I didn't catch it when I grepped
for socket...

J*

On 10 Jun 2002, Camm Maguire wrote:

> Greetings!
> 
> How about this in file.d:
> 
> @(defun socket (port &key host server async myaddr myport)
>              /*
>            HOST is a string then connection is made to that
>                           ip or domain address.
>           SERVER  A function to call if this is to be a server 
>                             
>             ASYNC  socket returned immideiately.  read or flush
>                            will block till open if in non blocking mode 
>             MYADDR  client's ip address. Useful if have several
>                                     net interfaces
>             MYPORT  port to use on client side
>                         */
> 
> 
> Take care,
> 
> John Jorgensen <address@hidden> writes:
> 
> > Ok, I see the code for building a socket and accepting a connection. But I
> > don't see where the "client side" is. Is it missing or is it just hiding?
> > 
> > If it's missing, I have some time this week where I could try to put
> > something together...
> > 
> > J*
> > 
> > 
> > 
> > _______________________________________________
> > Gcl-devel mailing list
> > address@hidden
> > http://mail.gnu.org/mailman/listinfo/gcl-devel
> > 
> > 
> 
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]