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
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
mpu
net samples: net: echo_client: handle net if mtu 2020-02-05 15:54:57 +02:00
nfc/nfc_hello
philosophers
portability samples: cmsis_rtos_v1: Grow stack size to the maximum allowed 2020-01-20 18:33:34 -05:00
posix
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
subsys samples: canbus: convert to new GPIO API 2020-02-05 12:00:36 +01:00
synchronization
testing/integration
userspace samples/userspace/shared_mem: Add volatile to interthread data 2020-02-03 09:31:56 -05:00
video
classic.rst
index.rst