summaryrefslogtreecommitdiff
path: root/devdocs/elisp/low_002dlevel-network.html
blob: 7fd86ee407b63175a364bf5d00a78c143399ab63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 <h3 class="section">Low-Level Network Access</h3> <p>You can also create network connections by operating at a lower level than that of <code>open-network-stream</code>, using <code>make-network-process</code>. </p> <table class="menu" border="0" cellspacing="0"> <tr>
<td align="left" valign="top">• <a href="network-processes" accesskey="1">Proc</a>
</td>
<td> </td>
<td align="left" valign="top">Using <code>make-network-process</code>. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="network-options" accesskey="2">Options</a>
</td>
<td> </td>
<td align="left" valign="top">Further control over network connections. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="network-feature-testing" accesskey="3">Features</a>
</td>
<td> </td>
<td align="left" valign="top"> Determining which network features work on the machine you are using. </td>
</tr> </table><div class="_attribution">
  <p class="_attribution-p">
    Copyright &copy; 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br>
    <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Low_002dLevel-Network.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Low_002dLevel-Network.html</a>
  </p>
</div>