Closed Kleissner closed 2 years ago
The PeerInfo structure has 64-bit (and potential 32-bit and 16-bit) values misaligned. This could be fixed by rearranging them, or by using substructs? To be verified.
PeerInfo
The PR https://github.com/PeernetOfficial/core/pull/86 is related to this problem.
Related issues: https://github.com/golang/go/issues/599 and https://github.com/golang/go/issues/36606
One solution is to just document target platforms and mark ARM 32-bit and not supported.
The
PeerInfo
structure has 64-bit (and potential 32-bit and 16-bit) values misaligned. This could be fixed by rearranging them, or by using substructs? To be verified.The PR https://github.com/PeernetOfficial/core/pull/86 is related to this problem.