mirror of
https://github.com/sheumann/hush.git
synced 2025-01-13 21:31:51 +00:00
887a1ad57f
Ping packets sent by busybox have wrong endian on f.x. mips32 (openwrt). Attatched is a patch that uses htons() and ntohs() to be platform independent.