changeset 52818:39239421c7e3

(Network): Introduce make-network-process.
author Kim F. Storm <storm@cua.dk>
date Fri, 10 Oct 2003 21:35:51 +0000
parents 8db1f7cf31ba
children 06f3fef51f45
files lispref/processes.texi
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/processes.texi	Fri Oct 10 21:35:18 2003 +0000
+++ b/lispref/processes.texi	Fri Oct 10 21:35:51 2003 +0000
@@ -1494,6 +1494,15 @@
 the process plist, from the server.)  The network server then goes
 back to listening for more connection requests.
 
+  Network connections and servers are created by calling
+@code{make-network-process} with an argument list consisting of
+keyword/argument pairs, for example @code{:server t} to create a
+server process, or @code{:type 'datagram} to create a datagram
+connection.  @xref{Low-Level Network} for details.  You can also use
+one of the @code{open-network-...} functions descibed below;
+internally, they just call @code{make-network-process} with suitable
+arguments.
+
   You can distinguish process objects representing network connections
 and servers from those representing subprocesses with the
 @code{process-status} function.  The possible status values for