Ryan Monroe wrote:
-the bytes returned from all read processes are endianness-reversed.

Yes, this is also true for writes using data encoded in a binary stream. In general it is good practice to ensure network byte-ordering when marshalling or unmarshalling data. At worst the byte-ordering calls are simply NOPs.

  --Patrick

Reply via email to