byte ordering of ipv4_t and KENS #160
Answered
by
Pusnow
livelykitten
asked this question in
[Project Q&A] 2. Transport Layer (TCP)
-
What is the byte order of ipv4_t? does KENS use network byte order for mac address, ip address, port number and other values? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
Pusnow
Apr 4, 2024
Replies: 1 comment 2 replies
-
Yes, you should follow network byte order for all values in TCP/IP headers. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes.