tomcucinotta / distwalk

Distributed processing emulation tool
GNU General Public License v3.0
1 stars 4 forks source link

Use properly htonx() to make network protocol portable #33

Open tomcucinotta opened 9 months ago

tomcucinotta commented 9 months ago

Numeric arguments supplied in the client/node and node/node protocol should make use of the appropriate htonx() and ntohx() macros, to support different architectures (this was not a priority till now, but it has to be fixed now).