-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Area: networkArea: NetworkingArea: NetworkingImpact: minorThe PR is small in size and might only require a quick look of a knowledgeable reviewerThe PR is small in size and might only require a quick look of a knowledgeable reviewerType: enhancementThe issue suggests enhanceable parts / The PR enhances parts of the codebase / documentationThe issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation
Description
In rpl_send() (https://github.com/RIOT-OS/RIOT/blob/master/sys/net/routing/rpl/rpl.c#L933) the packet length is stored in packet_len but not needed because the length is already stored as part of the IPv6 header. Could probably be removed.
Metadata
Metadata
Assignees
Labels
Area: networkArea: NetworkingArea: NetworkingImpact: minorThe PR is small in size and might only require a quick look of a knowledgeable reviewerThe PR is small in size and might only require a quick look of a knowledgeable reviewerType: enhancementThe issue suggests enhanceable parts / The PR enhances parts of the codebase / documentationThe issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation