I am writing an API which includes IPC functions which send data to another process which may be local or on another host. I\'d really like the send function to be as simpl
Why not always send in network byte order?