-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
draft: debugging PTAG and ABS messages #312
Conversation
ed1018e
to
4830496
Compare
…f a previous ptag
@edwardalee @hokeun @lhstrh I tried to resolve the problem on The reason why a federate sends a wrong LTC (described in this issue): Federates only consider zero-delay actions when advancing MLAA (Max Level Allowed to Advance). So I let federates look up every network action in this commit (reactor-c/pull/312/commits/9307777). However, this commit released other masked problems.
|
This PR aims to debug the PTAG and ABS messages. Currently, in this PR (reactor-c/enclaves3), PTAG isn't sent when a federate is not in a zero-delay cycle (ZDC). However, the semantics of PTAG should be correct even for federates that aren't in a ZDC and there is a problem with PTAG now. So I made this PR to preserve the state that does not skip PTAGs and debug them.