1
0

Perfected the fourth query

This commit is contained in:
Jip J. Dekker 2014-02-03 22:10:16 +01:00
parent 527ccfa60d
commit 887c7fcfa9

View File

@ -18,4 +18,4 @@ E<> (Host1.Established and Host2.Established)
/*
*/
A[] not (Host1.Closed and Host2.Established)
A[] not ((Host1.Closed or Host1.Listen or Host1.SynSent) and Host2.Established)