1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

gnrc: note behavior for link-local addresses

This commit is contained in:
Martine Lenders 2017-11-21 17:48:16 +01:00
parent b561e84b7f
commit 1ac544268e
No known key found for this signature in database
GPG Key ID: 8E97A9FE55F25D62

View File

@ -203,6 +203,11 @@
* please refer to @ref gnrc_udp_hdr_build(), @ref gnrc_ipv6_hdr_build()
* etc. for more information.
*
* @note GNRC is implemented according to the respective standards. So please
* note, that sending to a IPv6 link-local address always requires you
* by definition to also provide the interface you want to send to,
* otherwise address resolution might fail.
*
* How To Use
* ==========
* @ref net_gnrc is highly modular and can be adjusted to include only the