-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ieee802154_submac: IPv6 fragmentation broken #16998
Comments
That is a known issue for IEEE 802.15.4 in general (there is fragmentation on top of fragmentation happening and that is causing the radio to be overwhelmed with fast switches from RX to TX mode), that's why 4.10 is still marked as experimental. But good thing, there is an issue now and to know that this apparently is not fixed by |
I suspect this is an issue of the queue on top rather than the SubMAC. |
Yes with
But after the first round-trip, none are successful. Round-trips with smaller payload still work.
👍 |
Does |
Description
Steps to reproduce the issue
gnrc_ipv6_ext_frag
module.gnrc_ipv6_ext_frag
enabledExpected results
Fragmented IPv6 packets should be echoed back
Actual results
Sending of fragmented IPv6 packets fails
6LoWPAN fragmented frames still work
Versions
RIOT master & 2021.10-branch
The text was updated successfully, but these errors were encountered: