| 
  SYN flag bit:
 
 | 
  tell the 
      receiving TCP module
    to
        synchronize
	its 
   ACK number (receive sequence number)
     to the value
   in SeqNo field of 
   the TCP header
  |  
 
 
 
  ACK flag bit:
 
 | 
  ACK = 1: 
       the ACK no. value in 
       TCP header is
      valid
  ACK = 0: 
       the ACK no. value in
       TCP header is
      invalid
  |  
 
 
 
  RST flag bit:
 
 | 
  Purge
    all information on this
    TCP connection
  |  
  |