tcp
This commit is contained in:
5
tests/tcp/props/phi2.pml
Normal file
5
tests/tcp/props/phi2.pml
Normal file
@@ -0,0 +1,5 @@
|
||||
/* liveness: verifying connection establishment */
|
||||
ltl phi2 {
|
||||
( (always ( eventually ( state[0] == 1 && state[1] == 2 ) ) )
|
||||
implies ( eventually ( state[0] == 4 ) ) )
|
||||
}
|
||||
Reference in New Issue
Block a user