Octet String: What is it?

前端 未结 7 2059
萌比男神i
萌比男神i 2020-12-24 11:39

I am starting to look into some network programming concepts for a project I am about to take over, and I keep running into this concept of an octet string. Can anyone out

7条回答
  •  感情败类
    2020-12-24 12:10

    "Octet" is standardese for "8-bit byte". It's supposed to be a less ambiguous term compared to just "byte", because some platforms have bytes of different width (not sure if there are any are still remaining, but they used to exist).

提交回复
热议问题