top | item 40841005

(no title)

MenhirMike | 1 year ago

Big Endian is also called Network Order because some networking protocols use it. And of course, UTF-16 BE is a thing.

There is a non-trivial chance that you will have to deal with BE data regardless if your machine is LE or BE.

discuss

order

foobarian|1 year ago

> some networking protocols

Pretty low-key way to refer to pretty much all layer 1-3 IETF protocols :D

IshKebab|1 year ago

Yeah but that's a known order. You don't have to detect it.