You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling interface_mtu for the IEEE802154 medium, a value of 123 is returned, instead of 125 or 127 (when including the IEEE80254 checksum field). I just noticed it now, because before #611, the header Ethernet header size was added to the MTU, so returning 137 bytes for IEEE802154.
The text was updated successfully, but these errors were encountered:
This fixessmoltcp-rs#622, where at the time of writing, it was not clear why
SIOCGIFMTU returned 123 instead of the more logical 125 or 127 (with
FCS).
When calling
interface_mtu
for the IEEE802154 medium, a value of 123 is returned, instead of 125 or 127 (when including the IEEE80254 checksum field). I just noticed it now, because before #611, the header Ethernet header size was added to the MTU, so returning 137 bytes for IEEE802154.The text was updated successfully, but these errors were encountered: