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

Improve specification of TYPE_SUB for event packets #22

Open
imphil opened this issue Sep 26, 2018 · 0 comments
Open

Improve specification of TYPE_SUB for event packets #22

imphil opened this issue Sep 26, 2018 · 0 comments

Comments

@imphil
Copy link
Contributor

imphil commented Sep 26, 2018

TYPE_SUB is 4 bit, and for event packets we currently define three values for EV_LAST, EV_CONT, and EV_OVERFLOW. (c.f. https://opensocdebug.readthedocs.io/en/latest/02_spec/03_dataformats.html)

Plan:

  • Have a single bit for split packets, i.e. EV_LAST and EV_CONT.
  • Leave the three remaining bits for modul-specific tasks.
  • Move EV_OVERFLOW into the spec of the individual modules.
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