Open donotturnoff opened 2 years ago
Currently, sending ids and colours relies on the fact that they are implemented as 32-bit integers to use htonl. It might be good to hide the implementation by creating functions specially to convert these to network order.
htonl
Currently, sending ids and colours relies on the fact that they are implemented as 32-bit integers to use
htonl
. It might be good to hide the implementation by creating functions specially to convert these to network order.