comparison lispref/processes.texi @ 71999:77f1713977dd

(Low-Level Network): Rename node "Make Network" to "Network Processes".
author Kim F. Storm <storm@cua.dk>
date Tue, 18 Jul 2006 14:06:52 +0000
parents 61cb5aae3bc3
children 248521aae95b 8a8e69664178
comparison
equal deleted inserted replaced
71998:f71696b7520a 71999:77f1713977dd
1722 You can also create network connections by operating at a lower 1722 You can also create network connections by operating at a lower
1723 level that that of @code{open-network-stream}, using 1723 level that that of @code{open-network-stream}, using
1724 @code{make-network-process}. 1724 @code{make-network-process}.
1725 1725
1726 @menu 1726 @menu
1727 * Make Network:: Using @code{make-network-process}. 1727 * Network Processes:: Using @code{make-network-process}.
1728 * Network Options:: Further control over network connections. 1728 * Network Options:: Further control over network connections.
1729 * Network Feature Testing:: Determining which network features work on 1729 * Network Feature Testing:: Determining which network features work on
1730 the machine you are using. 1730 the machine you are using.
1731 @end menu 1731 @end menu
1732 1732
1733 @node Make Network 1733 @node Network Processes
1734 @subsection @code{make-network-process} 1734 @subsection @code{make-network-process}
1735 1735
1736 The basic function for creating network connections and network 1736 The basic function for creating network connections and network
1737 servers is @code{make-network-process}. It can do either of those 1737 servers is @code{make-network-process}. It can do either of those
1738 jobs, depending on the arguments you give it. 1738 jobs, depending on the arguments you give it.