|
|
|
|
|
by RaisingSpear
817 days ago
|
|
> The four octets SHALL be treated as an unsigned 32-bit integer in network byte order (big endian). The five characters SHALL be output from most significant to least significant (big endian). Why oh why??! If it were little endian, you could probably skip the "must be multiple of 5 chars/4 bytes" requirement, not to mention that 99.9999% of processors out there are running in little-endian mode. There is nothing "envious" about network byte order. |
|