section Messages
  description   Messages used for the msg flow
  message ACK Acknowledgment
  message SYN Synchronize sequence numbers
  message SYN+ACK An accepted synchronization or connetion.
  message DATA Used to denote data being transmittednothing (no ack).
  message DATA+ACK Used to denote data with implicit ack.
  message RST Reset the connection
  message FIN No more data from sender
  message FIN+ACK The FINished msg to tell the connection is being closed.
  protocol TCP TCP - Protocol description.