From 1e857faaca691975df57a40f5bfa67b6c399138b Mon Sep 17 00:00:00 2001 From: Sana147 <14mseeshabib@seecs.edu.pk> Date: Sun, 7 May 2023 19:46:49 +0000 Subject: [PATCH] Update 'Test_Cases/Test_Case1/readme' --- Test_Cases/Test_Case1/readme | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Test_Cases/Test_Case1/readme b/Test_Cases/Test_Case1/readme index d54d931..704f8fe 100644 --- a/Test_Cases/Test_Case1/readme +++ b/Test_Cases/Test_Case1/readme @@ -27,3 +27,7 @@ For the FIN+ACK packet, the FIN and ACK flags in the header have a value of 1. 18. TCP Checksum = initially zero, then: (i) Concatenate TCP Pseudo header (Protocol, Source IP, Destination IP, Total Length) with TCP header and TCP data. This creates a big integer. (ii) Convert this integer to binary and compute bit wise 1's complement. + +References: +1. https://www.thegeekstuff.com/2012/05/ip-header-checksum/ +2. https://www.tutorialspoint.com/calculation-of-tcp-checksum \ No newline at end of file