|
|
|
|
|
by chasil
642 days ago
|
|
TCP/IP is big-endian, which is likely the largest footprint for these concerns. "htonl, htons, ntohl, ntohs - convert values between host and network byte order" The cheapest big-endian modern device is a Raspberry Pi running a NetBSD "eb" release, for those who want to test their code. https://wiki.netbsd.org/ports/evbarm/ |
|