tcp
This commit is contained in:
11
tests/tcp/props/phi4.pml
Normal file
11
tests/tcp/props/phi4.pml
Normal file
@@ -0,0 +1,11 @@
|
||||
/* liveness: simultanous open */
|
||||
ltl phi4 {
|
||||
always (
|
||||
(state[0] == SynSentState &&
|
||||
state[1] == SynSentState)
|
||||
|
||||
implies
|
||||
|
||||
((eventually state[0] == EstState) &&
|
||||
(eventually state[1] == EstState)))
|
||||
}
|
||||
Reference in New Issue
Block a user