a question about machine id #7
Unanswered
mengyaommm
asked this question in
Q&A
Replies: 1 comment
-
I don't understand what you mean here? For an IPv4 of the form
The ip should always be an IPv4 value. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hello, I know the ip_bytes is the binary repressntation of this address,but why the red box marked represent the lower 16 bits of the ip address, the ip is ipv6 , whether it needs to be changed as ip_bytes[14] << 8 + ip_bytes[15]
Beta Was this translation helpful? Give feedback.
All reactions