Skip to content
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

DBBC3 comm error disables multicast time-out error #195

Closed
wehimwich opened this issue Apr 11, 2023 · 0 comments
Closed

DBBC3 comm error disables multicast time-out error #195

wehimwich opened this issue Apr 11, 2023 · 0 comments

Comments

@wehimwich
Copy link
Member

@jfhquick noted that an error from the DBBC3 for an unknown command disables the multicast time-out error. This can be elicited with, e.g., dbbc3=junk.

This is caused because the logic for disabling the multicast time-out error for a DBBC3 communication in dbbcn does not get reset when an error occurs. Basically, only the normal exit is covered, not the error exit. The next successful DBBC3 communication would reenable the multicast time-out error. This will be fixed so that the time-out error doesn't get disabled in any case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant