# HG changeset patch # User Kim F. Storm # Date 1065821751 0 # Node ID 39239421c7e3f74a10745412a4a41d07841c94de # Parent 8db1f7cf31ba14615deb0fd3cf474c26c540ec21 (Network): Introduce make-network-process. diff -r 8db1f7cf31ba -r 39239421c7e3 lispref/processes.texi --- 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