mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-31 09:20:21 +00:00
3be7eb789b
It seems `__BYTE_ORDER`/`__LITTLE_ENDIAN`/`__BIG_ENDIAN` aren't defined on macOS, so `if __BYTE_ORDER == __BIG_ENDIAN` was true which made macOS take the big endian path *twice* (which cancelled out the big endian conversion). This makes util/endian.hpp define __LITTLE_ENDIAN__ or __BIG_ENDIAN__ everywhere, and errors if it can't be set. |
||
---|---|---|
.. | ||
address_info.cpp | ||
address_info.hpp | ||
exit_info.cpp | ||
exit_info.hpp | ||
ip_range_map.hpp | ||
ip.cpp | ||
ip.hpp | ||
net_addr.cpp | ||
net_addr.hpp | ||
net_if.hpp | ||
net_int.cpp | ||
net_int.hpp | ||
net.cpp | ||
net.h | ||
net.hpp |