X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=trasplayer.tex;h=b43bd083079eb2d1049db13c60492d5a7bb718ac;hp=a3fe9a3a859016512e916edbe885bea026bb340f;hb=c6998e1daad18f2bf10b0dbff8c7441139a27795;hpb=8f0d759b2a9864c839d8803b2ea12860f386f17d diff --git a/trasplayer.tex b/trasplayer.tex index a3fe9a3..b43bd08 100644 --- a/trasplayer.tex +++ b/trasplayer.tex @@ -1,6 +1,6 @@ %% tcpprot.tex %% -%% Copyright (C) 2002-2015 Simone Piccardi. Permission is granted to copy, +%% Copyright (C) 2002-2018 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", @@ -26,7 +26,6 @@ In questa sezione prenderemo in esame i vari aspetti del protocollo TCP, il protocollo più comunemente usato dalle applicazioni di rete. - \subsection{Gli stati del TCP} \label{sec:TCP_states} @@ -50,13 +49,13 @@ segmento ricevuto; i nomi degli stati mostrati in fig.~\ref{fig:TCP_state_diag} sono gli stessi che vengono riportati del 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~(MSS)} % TODO trattare la MSS \itindend{Maximum~Segment~Size~(MSS)} @@ -65,6 +64,9 @@ comando \cmd{netstat} nel campo \textit{State}. % TODO trattare la advertised window \itindend{advertised~window} +\index{algoritmo~di~Nagle|(} +% TODO trattare l'algoritmo di Nagle +\index{algoritmo~di~Nagle|)} \section{Il protocollo UDP}