Loading page…
The byte order in which multi-byte values are stored: little-endian stores the least significant byte first.
x86-64 and most ARM deployments are little-endian while network protocols are big-endian, so parsers convert constantly with ntohl/htonl.