moar
This commit is contained in:
8
tests/tcp/props/phi9.pml
Normal file
8
tests/tcp/props/phi9.pml
Normal file
@@ -0,0 +1,8 @@
|
||||
/* safety: handshake cannot be bypassed */
|
||||
ltl phi9 {
|
||||
always (
|
||||
(state[0] == ListenState)
|
||||
implies
|
||||
!(next (state[0] == EstState))
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user