Serialize Gips struct before/after sending over the line
Opened this issue · 2 comments
insipx commented
In order to accomodate different architectures, we must have a way to cater to both little and big-endian machines. This means using htons and htoni functions in a GIPS unpack function.
insipx commented
Added in ntohl and htonl but never truly serialized data. Still requires work.
Romulus10 commented
Where are we at with this one?