mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-06 13:51:55 +00:00
UDP portion of the echo_client sends 1 packet with the sample data. (TCP can send chunks of it depending on the response of the send() function.) Not every network interface can send a UDP packet large enough to handle the size of the sample data. Let's make sure to account for the network interface MTU when deciding the amount of sample data to send. Fixes: https://github.com/zephyrproject-rtos/zephyr/issues/22447 Signed-off-by: Michael Scott <mike@foundries.io> |
||
---|---|---|
.. | ||
application_development | ||
basic | ||
bluetooth | ||
boards | ||
cpp_synchronization | ||
display | ||
drivers | ||
hello_world | ||
mpu | ||
net | ||
nfc/nfc_hello | ||
philosophers | ||
portability | ||
posix | ||
sensor | ||
shields | ||
smp | ||
subsys | ||
synchronization | ||
testing/integration | ||
userspace | ||
video | ||
classic.rst | ||
index.rst |