|
|
@ -26,6 +26,8 @@ const int TIME_MAX_Z = 1; // max value of clock z |
|
|
|
|
|
|
|
// OTHER CONSTANTS |
|
|
|
const int MAXCOLL = 10; // maximum number of collisions before long wait |
|
|
|
const int M=1; // time between sending and receiving a message |
|
|
|
const int T=14; |
|
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------- |
|
|
@ -117,7 +119,6 @@ endmodule |
|
|
|
//------------------------------------------------------------- |
|
|
|
// error automaton for the environment assumption |
|
|
|
// do not get a reply when K probes are sent |
|
|
|
const int M=1; // time between sending and receiving a message |
|
|
|
|
|
|
|
module env_error2 |
|
|
|
|
|
|
@ -150,7 +151,6 @@ endmodule |
|
|
|
//------------------------------------------------------------- |
|
|
|
// error automaton for the time bounded assumption |
|
|
|
// host does not send configured signal within T seconds |
|
|
|
const int T=14; |
|
|
|
|
|
|
|
module time_error |
|
|
|
|
|
|
|