zephyr/samples
Michael Scott 2c7e420a8e samples: net: echo_client: handle net if mtu
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>
2020-02-05 15:54:57 +02:00
..
application_development samples: Add sample 'application_development/out_of_tree_driver' 2020-01-22 09:26:12 -05:00
basic samples: threads: update to use new GPIO API 2020-02-05 12:00:36 +01:00
bluetooth Samples: Bluetooth: st_ble_demo: Update to new GPIO API 2020-02-05 12:00:36 +01:00
boards samples: boards: nrf: update battery sample for new GPIO API 2020-02-05 12:00:36 +01:00
cpp_synchronization samples & tests: Correct main() type 2019-12-16 11:27:56 +01:00
display samples: display: Enhance lvgl sample to support touch input 2020-02-01 08:50:16 -05:00
drivers samples: drivers: espi: update to new GPIO API 2020-02-05 12:00:36 +01:00
hello_world tests: fix test identifiers 2019-12-09 15:53:44 -05:00
mpu global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
net samples: net: echo_client: handle net if mtu 2020-02-05 15:54:57 +02:00
nfc/nfc_hello
philosophers samples: philosophers: Disable networking 2019-12-18 10:35:15 +02:00
portability samples: cmsis_rtos_v1: Grow stack size to the maximum allowed 2020-01-20 18:33:34 -05:00
posix samples & tests: Correct main() type 2019-12-16 11:27:56 +01:00
sensor drivers: sensor: mpu6050: convert to new GPIO API 2020-02-05 12:00:36 +01:00
shields treewide: use full path to sensor.h header 2020-01-26 17:52:12 +01:00
smp tests: fix test identifiers 2019-12-09 15:53:44 -05:00
subsys samples: canbus: convert to new GPIO API 2020-02-05 12:00:36 +01:00
synchronization tests: fix test identifiers 2019-12-09 15:53:44 -05:00
testing/integration tests: fix test identifiers 2019-12-09 15:53:44 -05:00
userspace samples/userspace/shared_mem: Add volatile to interthread data 2020-02-03 09:31:56 -05:00
video samples: video: Fix board reference name 2019-10-30 18:33:18 +01:00
classic.rst
index.rst samples: display: Move LVGL sample 2020-01-16 21:01:41 -05:00