sixlowpan/ipv6: Simplify sending of ICMPv6 packets for sixlowpan neighbor discovery #166
Labels
Area: network
Area: Networking
State: won't fix
State: The issue can not or will not be fixed
Type: enhancement
The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation
Type: question
The issue poses a question regarding usage of RIOT
By now, the functions for sending ICMPv6 packets (
icmpv6_send_*
insixlowpan/icmp.h
) using one 8-bit number as parameter for every possible option they can carry and the options are then set very rigid (and in some cases redundant) by those functions. A more configurable and less parameter demanding solution might be more sufficient.The text was updated successfully, but these errors were encountered: