Aggiornamento al 2010 delle note di copyright
[gapil.git] / trasplayer.tex
index 8150d9b81af5f29c9ff0dd58e8f3d8b3ca962772..37af800c4bb58e8cbfb7ce759aceff2d66166c0e 100644 (file)
@@ -1,13 +1,14 @@
 %% tcpprot.tex
 %%
-%% Copyright (C) 2002-2005 Simone Piccardi.  Permission is granted to
-%% copy, distribute and/or modify this document under the terms of the GNU Free
+%% Copyright (C) 2002-2010 Simone Piccardi.  Permission is granted to copy,
+%% distribute and/or modify this document under the terms of the GNU Free
 %% Documentation License, Version 1.1 or any later version published by the
 %% Free Software Foundation; with the Invariant Sections being "Un preambolo",
 %% with no Front-Cover Texts, and with no Back-Cover Texts.  A copy of the
 %% license is included in the section entitled "GNU Free Documentation
 %% License".
 %%
+
 \chapter{Il livello di trasporto}
 \label{cha:transport_layer}
 
@@ -53,6 +54,23 @@ comando \cmd{netstat} nel campo \textit{State}.
 
 
 
+\begin{figure}[htb]
+  \centering
+  \includegraphics[width=10cm]{img/tcp_head}  
+  \caption{L'intestazione del protocollo TCP.}
+  \label{fig:TCP_header}
+\end{figure}
+
+\itindbeg{Maximum~Segment~Size|(}
+% TODO trattare la MSS
+\itindend{Maximum~Segment~Size|)}
+
+\itindbeg{advertised~window|(}
+% TODO trattare la advertised window
+\itindend{advertised~window|)}
+
+
+
 \section{Il protocollo UDP}
 \label{sec:udp_protocol}
 
@@ -60,6 +78,17 @@ In questa sezione prenderemo in esame i vari aspetti del protocollo UDP, che
 dopo il TCP è il protocollo più usato dalle applicazioni di rete. 
 
 
+\begin{figure}[htb]
+  \centering
+  \includegraphics[width=10cm]{img/udp_head}  
+  \caption{L'intestazione del protocollo UDP.}
+  \label{fig:UDP_header}
+\end{figure}
+
+
+
+% LocalWords:  sez TCP fig netstat UDP Segment Size advertised window
+
 
 %%% Local Variables: 
 %%% mode: latex