Hi Jonathan, all,
 
one comment regarding hc-01 LOWPAN_UDP encoding
for now source and destination ports compression are splitted. It means
if only one of them is compressed, the UDP compressed fields will be 36
bits long (4bits port + 16 bits port + checksum). We lose byte alignment
this way.
 
to avoid this, you could either not split the compression of ports, or
when only one is compressed, pad to 3bytes (4 bits port + 16 bits port +
4bits padding)
What do you think?
 
Cheers,
Julien
 
 
_______________________________________________
6lowpan mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/6lowpan

Reply via email to