Aggiunta gethostbyaddr e corretti dei riferimenti alle strutture per gli
[gapil.git] / sockadv.tex
1 %% sockadv.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{Socket avanzati}
12 \label{cha:advanced_socket}
13
14 Esamineremo in questo capitolo le funzionalità più evolute della gestione dei
15 socket TCP, come l'uso del I/O multiplexing (trattato in
16 sez.~\ref{sec:file_multiplexing}) con i socket, l'uso delle opzioni dei socket
17 e la gestione dei dati urgenti e \textit{out-of-band}.
18
19
20
21 \section{Socket TCP avanzati}
22 \label{sec:TCP_advanced_socket}
23
24 Trattereno in questa sezione alcune delle funzionalità più avanzate relative
25 ai socket TCP. Da fare
26
27
28
29 \subsection{I dati \textit{out-of-band}}
30 \label{sec:TCP_urgent_data}
31
32 Una caratteristica speciale dei socket TCP è quella della presenza dei
33 cosiddetti dati \textit{out-of-band} ...
34
35
36 \section{Socket UDP avanzati}
37 \label{sec:UDP_advanced_socket}
38
39 Trattereno in questa sezione alcune delle funzionalità più avanzate relative
40 ai socket UDP. Da fare
41
42
43
44
45
46 %%% Local Variables: 
47 %%% mode: latex
48 %%% TeX-master: "gapil"
49 %%% TeX-master: "gapil"
50 %%% End: