Actions
Bug #5076
closedIBF network encoding is not endian safe
Start date:
Due date:
% Done:
100%
Estimated time:
Description
Little-endian and Big-endian platforms cannot successfully communicate.
Need to transmit as big-endian always and then convert to native on each platform (similar to how ndn-cxx encoding is done).
Actions