[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New patch for server sockets and datagram (UDP) support.
From: |
Kim F. Storm |
Subject: |
Re: New patch for server sockets and datagram (UDP) support. |
Date: |
13 Mar 2002 16:56:33 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.50 |
Richard Stallman <address@hidden> writes:
> We could rename the C-level function to, say, open-network-connection
> and write lisp-level wrappers (in simple.el) around it like
> open-network-stream, open-network-stream-nowait,
> open-network-stream-server,
> open-local-stream-nowait, open-local-stream, open-local-stream-server,
> open-datagram-server, open-datagram-client,
> etc. etc.
>
> That is taking things to an absurd extreme. We certainly do not want
> to define all these as separate functions--it would be cumbersome.
I agree.
>
> However, to have two or three convenience or compatibility functions
> for a few larger categories of cases could be a good idea.
In the patch I'll send out later today, only three such functions are
defined:
open-network-stream
open-network-stream-nowait
open-network-stream-server
--
Kim F. Storm <address@hidden> http://www.cua.dk
- Re: Non-blocking open-network-stream, Juanma Barranquero, 2002/03/01
- Re: Non-blocking open-network-stream, Richard Stallman, 2002/03/01
- New patch for server sockets and datagram (UDP) support., Kim F. Storm, 2002/03/06
- Re: New patch for server sockets and datagram (UDP) support., Kim F. Storm, 2002/03/07
- Re: New patch for server sockets and datagram (UDP) support., Alex Schroeder, 2002/03/07
- Re: New patch for server sockets and datagram (UDP) support., Kim F. Storm, 2002/03/07
- Re: New patch for server sockets and datagram (UDP) support., Alex Schroeder, 2002/03/07
- Re: New patch for server sockets and datagram (UDP) support., Richard Stallman, 2002/03/08
- Re: New patch for server sockets and datagram (UDP) support.,
Kim F. Storm <=
- Final(?) patch for server sockets and datagram (UDP) support., Kim F. Storm, 2002/03/13
- Re: Final(?) patch for server sockets and datagram (UDP) support., Al Petrofsky, 2002/03/13
- Re: Final(?) patch for server sockets and datagram (UDP) support., Kim F. Storm, 2002/03/14
- Re: Final(?) patch for server sockets and datagram (UDP) support., Richard Stallman, 2002/03/14
- Re: Final(?) patch for server sockets and datagram (UDP) support., Kim F. Storm, 2002/03/14
- I have installed the patch for server sockets and datagram (UDP) support., Kim F. Storm, 2002/03/17
- Re: New patch for server sockets and datagram (UDP) support., Helmut Eller, 2002/03/07
- Re: New patch for server sockets and datagram (UDP) support., Kim F. Storm, 2002/03/07
- Re: New patch for server sockets and datagram (UDP) support., Helmut Eller, 2002/03/07
- Re: New patch for server sockets and datagram (UDP) support., Kim F. Storm, 2002/03/07