Risistemazione della sezione sulle opzioni dei socket IP. Corretta la
[gapil.git] / sockadv.tex
index b033b6faa9f104329e9267f67b6e36cfc9b1fbb5..c955454637428e0e2577a1962c149d2497db0ecc 100644 (file)
@@ -26,8 +26,19 @@ controllare le funzionalit
 disponibili con i vari tipi di socket.
 
 
+
+
+\subsection{La fuzioni \func{sendmsg} e \func{recvmsg}}
+\label{sec:net_sendmsg}
+
+
+Finora abbiamo trattato delle funzioni che permettono di inviare dati sul
+socket in forma semplificata. Se infatti si devono semplicemente ...
+
+
+
 \subsection{I messaggi ancillari}
-\label{sec:TCP_ancillary_data}
+\label{sec:net_ancillary_data}
 
 
 
@@ -45,7 +56,7 @@ fig.~\ref{fig:sock_extended_err_struct}.
   \begin{minipage}[c]{15cm}
     \includestruct{listati/sock_extended_err.h}
   \end{minipage}
-  \caption{La struttura \structd{sock_extended_err} usata dall'opzione
+  \caption{La struttura \structd{sock\_extended\_err} usata dall'opzione
     \const{IP\_RECVERR} per ottenere le informazioni relative agli errori su
     un socket.}
   \label{fig:sock_extended_err_struct}
@@ -54,6 +65,18 @@ fig.~\ref{fig:sock_extended_err_struct}.
 
 
 
+\subsection{La gestione delle opzioni IP}
+\label{sec:sock_IP_options}
+
+
+Abbiamo visto in sez.~\ref{sec:sock_ipv4_options} come di possa usare
+\func{setsockopt} con l'opzione \const{IP\_OPTIONS} per impostare le opzioni
+IP associate per i pacchetti associati ad un socket. 
+
+
+
+
+