zephyr/samples/net/sockets
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
..
big_http_download samples: sockets: big_http_download: Increase stack size. 2020-01-04 09:19:16 -05:00
can
civetweb samples & tests: Correct main() type 2019-12-16 11:27:56 +01:00
coap_client samples: net: coap_client: Fix coverity issue 2019-09-10 22:17:54 +03:00
coap_server
dumb_http_server samples & tests: Correct main() type 2019-12-16 11:27:56 +01:00
dumb_http_server_mt kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
echo drivers: wifi: simplelink: Rework offloading mechanism 2020-01-31 11:36:02 -05:00
echo_async drivers: wifi: simplelink: Rework offloading mechanism 2020-01-31 11:36:02 -05:00
echo_async_select samples & tests: Correct main() type 2019-12-16 11:27:56 +01:00
echo_client samples: net: echo_client: handle net if mtu 2020-02-05 15:54:57 +02:00
echo_server samples: net: echo_client/_server: Fix bug in socket close 2020-01-30 12:33:30 +02:00
http_client x86: consolidate x86_64 architecture, SoC and boards 2019-10-25 17:57:55 -04:00
http_get samples: http_get: exclude cc32xx for sample.net.sockets.http_get.posix 2020-02-05 10:41:08 +02:00
net_mgmt
packet samples: net: Moved declaration of packet_data 2019-09-17 11:27:19 +02:00
sntp_client drivers: wifi: simplelink: Rework offloading mechanism 2020-01-31 11:36:02 -05:00
websocket_client samples: net: websocket: Verify the received data properly 2020-01-28 19:49:16 +02:00