Attention is currently required from: dexter.
1 comment:
Commit Message:
it would pad the data with zeros if it does not fit the
specified length. This is unwanted
Could you please clarify a bit more here? So we have a fixed-size buffer of 17 bytes, and you're put […]
AFAIR, the `ALIGN` attribute tells where to put the payload if it's less than the buffer size: either at the beginning of the buffer (`left`) or at the end (`right`). I am trying to understand what do you achieve by removing this attribute.
To view, visit change 33417. To unsubscribe, or for help writing mail filters, visit settings.