Attention is currently required from: pespin.
1 comment:
File src/host/layer23/src/common/l1ctl.c:
Patch Set #1, Line 1050: .start_fn = htonl(start_fn),
why are you passing it as a big endian?
Because it's `uint32_t`. Everything larger than one byte in L1CTL PDUs is encoded as big endian (network order).
Shouldn't we be doing the same with slotmask then?
Because `slotmask` is `uint8_t` (one byte).
To view, visit change 33222. To unsubscribe, or for help writing mail filters, visit settings.