1f1023553f71a92485f197a8838a2df6272aed9f
[gapil.git] / othersock.tex
1 %% othersock.tex
2 %%
3 %% Copyright (C) 2004 Simone Piccardi.  Permission is granted to
4 %% copy, distribute and/or modify this document under the terms of the GNU Free
5 %% Documentation License, Version 1.1 or any later version published by the
6 %% Free Software Foundation; with the Invariant Sections being "Prefazione",
7 %% with no Front-Cover Texts, and with no Back-Cover Texts.  A copy of the
8 %% license is included in the section entitled "GNU Free Documentation
9 %% License".
10 %%
11 \chapter{Gli altri socket più comuni}
12 \label{cha:other_socket}
13
14 Dopo aver trattato in \capref{cha:TCP_socket} i socket TCP, che costituiscono
15 l'esempio più comune dell'interfaccia dei socket, esamineremo in questo
16 capitolo gli altri tipi di socket, 
17
18
19 \section{I socket UDP}
20 \label{sec:UDP_socket}
21
22 Dopo i socket TCP i socket più utilizzati sono i socket UDP. 
23
24
25 \section{I socket \textit{Unix domain}}
26 \label{sec:UDP_socket}
27
28 Benché i socket Unix domain non siano strattamente attinenti alla rete, in
29 quanto definiscono una interfaccia di comunicazione locale alla singola
30 macchina, li tratteremo comunque in questa sezione in quanto la loro
31 interfaccia è comunque basata sulla più generale interfaccia dei socket.
32
33
34
35
36 %%% Local Variables: 
37 %%% mode: latex
38 %%% TeX-master: "gapil"
39 %%% End: