mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-30 02:25:22 +00:00
Current application data size in echo_client sample does not fit into a single datagram with DTLS enbled for default IPv6 MTU (1280 bytes). This caused abrupt failure of the sample with DTLS enabled over 802.15.4 L2. Decreasing the application data size allows it to fit into a single UDP datagram after encapsulating it into DTLS record. Additionally, finetune DTLS timeout on echo_server to match UDP application timeout on echo_client (so that a single datagram loss does not cauase DTLS session to end). Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no> |
||
---|---|---|
.. | ||
application_development | ||
basic | ||
bluetooth | ||
boards | ||
cpp_synchronization | ||
display | ||
drivers | ||
hello_world | ||
mpu | ||
net | ||
nfc/nfc_hello | ||
philosophers | ||
portability | ||
sensor | ||
shields | ||
subsys | ||
synchronization | ||
testing/integration | ||
userspace | ||
xtensa_asm2 | ||
kernel.rst | ||
samples.rst |