Skip to content

fix typo#62

Closed
ab22593k wants to merge 1 commit into
google:masterfrom
ab22593k:master
Closed

fix typo#62
ab22593k wants to merge 1 commit into
google:masterfrom
ab22593k:master

Conversation

@ab22593k

Copy link
Copy Markdown

version 2 is (0x02|0x2) in hex not 0x20

version 2 is (0x02|0x2) in hex not 0x20
@pborman

pborman commented May 21, 2020

Copy link
Copy Markdown
Contributor

From the standard:

The version number is in the most significant 4 bits of the time stamp (bits 4 through 7 of the time_hi_and_version field).

Version 2 is (2 << 4) which is 0x20.

@pborman pborman closed this May 21, 2020
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

Successfully merging this pull request may close these issues.

2 participants