Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: clarify mtu+=2 for IEEE802154 #857

Merged
merged 1 commit into from
Nov 17, 2023
Merged

Conversation

thvdveld
Copy link
Contributor

This fixes #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).

This fixes smoltcp-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).
@thvdveld thvdveld added this pull request to the merge queue Nov 17, 2023
Merged via the queue into smoltcp-rs:main with commit a1d4307 Nov 17, 2023
12 checks passed
@thvdveld thvdveld deleted the fix-622 branch November 17, 2023 14:57
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Wrong MTU for IEEE802.15.4
1 participant