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:
commit
6df40262ca
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user