Browse Source

Update 'Test_Cases/Test_Case3/readme'

master
Sana147 1 year ago
parent
commit
102923b6c4
  1. 4
      Test_Cases/Test_Case3/readme

4
Test_Cases/Test_Case3/readme

@ -22,5 +22,7 @@ This folder contains details for Test_Case3.
18. RSV = The reserved bits are set to zero for now.
19. Flgas: set according to the packet type.
20. Window Size = 0
21. Checksum =
21. 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.
22. Urgent Pointer = 0 for now.
Loading…
Cancel
Save