Skip to content
Snippets Groups Projects
Commit 698459bc authored by Gianluca's avatar Gianluca
Browse files

C418

parent 7dac446a
No related branches found
No related tags found
No related merge requests found
......@@ -457,3 +457,10 @@ Come è composto l’header di un pacchetto TCP e che compito svolgono i campi?
+ Checksum: è il checksum del pacchetto calcolato del sender. Questo valore deve essere
confrontato con il checksum appena calcolato dal receiver, e se uguali il receiver
restituisce al sender l'ACK, sennò scarta il pacchetto senza restituire nulla.
+ Urgent Data pointer: puntatore che punta all'inizio dei dati considerati importanti
salvati nel campo data.
+ Options: ulteriori opzioni aggiuntive.
+ Data: le informazioni che stiamo trasportando.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment