An Uppaal analysis of the connection setup of the TCP protocol.

Perfected the fourth query

Changed files
+1 -1
Model
+1 -1
Model/model.q
··· 18 18 /* 19 19 20 20 */ 21 - A[] not (Host1.Closed and Host2.Established) 21 + A[] not ((Host1.Closed or Host1.Listen or Host1.SynSent) and Host2.Established)