-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix STP violation in case of delayed connections.
The communication protocol remains undocumented AFAIK, but my working assumption has been that if a federate receives a PTAG, then that means that all messages that are expected over delayed connections have arrived. Therefore, delayed connections are not guarded from STP violations by the MLAA; this property is acceptable because they impose no deadlock risk and in some cases (startup) it is necessary to avoid deadlocks, but it requires some special care when sending a PTAG.
- Loading branch information
1 parent
1349523
commit 6765099
Showing
1 changed file
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters