1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

Merge pull request #8103 from miri64/gnrc/doc/link-local-behavior

gnrc: note behavior for link-local addresses
This commit is contained in:
Koen Zandberg 2017-11-21 19:00:59 +01:00 committed by GitHub
commit 6df40262ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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