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

Automatically filter out reserved tag values that are used for opaque stream. #13

Closed
prataprc opened this issue Jun 25, 2017 · 0 comments
Assignees
Labels

Comments

@prataprc
Copy link
Member

Opaque values can be anything >=256. Having said that there are some exceptions:

  • tag-0xd9f7 - Self describing CBOR (as per RFC).
  • tag-0x1000 to tag-0x100f is reserved by gofast.

While picking a opaque value from user supplied range filter the above values automatically.

@prataprc prataprc self-assigned this Jun 25, 2017
@prataprc prataprc added the bug label Jun 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant