mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2026-01-01 01:41:18 +01:00
Though this change might seem more complicated, it has the benefit, that after #9484 we don't have to assume that a received packet within IPv6's receive function can be handed to the function pre-parsed, making that function far less complicated (will be provided in a future PR). Also this might give the forwarding via routing header a little performance boost, as we now don't *receive* the packet first only to forward it later-on.