1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/tinydtls
Martine Lenders 8f5561d694
tinydtls: sock_dtls: only use ifindex with link-local addresses
For global addresses the out-going interface is typically decided by the
forwarding information base, so _requiring_ the user to set it with
`sock_dtls` is undesirable. This has the caveat, that now on
`sock_udp_send()` in the `_write()` method, the sock does not know via
which network interface to send a packet with a global address, but
again: this is really more a task for the underlying network stack, not
the sock layer.
2021-09-29 14:24:03 +02:00
..
contrib tinydtls: sock_dtls: only use ifindex with link-local addresses 2021-09-29 14:24:03 +02:00
include net/sock/dtls: add RPK callback for credential selection 2021-04-01 09:47:37 +02:00
doc.txt pkg/tinydtls: enforce the selection of a crypto secure PRNG 2020-08-21 08:39:34 +02:00
Kconfig treewide: change prefix for generated Kconfig symbols. 2020-08-31 09:37:09 +02:00
Makefile pkg/tinydtls: bump version 2021-07-07 15:43:28 +02:00
Makefile.dep sock: make sock implementation dependency of sock API + stack 2020-08-31 15:17:22 +02:00
Makefile.include pkg/tinydtls: fix detection of Kconfig usage 2021-09-21 11:57:31 +02:00