Logan oos Even
Logan oos Even
I would keep a ping running (on-premise to on-premise and later, another to cloud) and check running the problematic edge's management port output and see which supernode it connected to....
Please note that #772 merges `-b` into `-p`.
@struanb With a view to latest development, I assume you will not necessarily need the local supernodes anymore. Only the ones you really want at whatever side you wish. The...
This reminds me of the byte-swap bug seen on Windows and as fixed with #830. For some reason, the 64-bit byte-swap (for endianess correction) did not work as expected on...
I do not have openWrt Platform / MIPS24Kc available here. Anyone here who can verify if it is the same byte-swap issue in `portable_endian.h` as in seen with #830? Maybe...
This looks good for a big endian machine... unfortunately... as it means some tough debugging at other places. I shall try to emulate it in QEMU then one day. Any...
Yes, Windows on x86 is little endian. I was "hoping" for some result like "0x000000000005060708" clearly indicating a non-working 64-bit endianess conversion (which I suspected)... but well, I will have...
Thank you @fengdaolong. In this case, the endian-swaps do not seem to be the issue. At least not the one I was suspecting from an earlier issue. @siskai, does any...
@siskai oh, no, I was thinking of the `scripts/test_harness.sh` tests. Sorry that I misled you.
Hmm... the test output all look good so far. Is there more output from the `tests-transform.out`, maybe the AES section?