zephyr/samples/net
Jukka Rissanen b18442bc0d samples: net: dumb_http_server: Sleep after accept error
If accept() returns an error, it typically means that the
system is running out of resources. In this case sleep
some time in order the system to cool down a bit.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-01-09 10:03:08 +01:00
..
capture samples: net: doc: Use new Sphinx extension to document networking samples 2023-09-19 15:22:59 +01:00
cellular_modem samples: net: cellular_modem: polls cellular info 2023-12-12 19:09:33 +01:00
cloud samples/net/cloud/aws_iot_mqtt: Fix sample yaml 2023-11-06 16:06:36 +01:00
common license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
dhcpv4_client samples: net: doc: Use new Sphinx extension to document networking samples 2023-09-19 15:22:59 +01:00
dns_resolve samples: net: doc: Use new Sphinx extension to document networking samples 2023-09-19 15:22:59 +01:00
dsa samples: Switch from NEWLIB_LIBC to REQUIRES_FULL_LIBC 2023-10-25 08:32:06 +02:00
gptp boards: xmc45_relax_kit: Add ethernet/mdio to the devicetree 2024-01-09 10:00:47 +01:00
gsm_modem samples: net: doc: Use new Sphinx extension to document networking samples 2023-09-19 15:22:59 +01:00
ipv4_autoconf samples/net: Move from native_posix to native_sim 2023-11-15 10:03:17 +01:00
lldp samples/net: Move from native_posix to native_sim 2023-11-15 10:03:17 +01:00
lwm2m_client net: lwm2m: Transmission state indications 2023-12-20 11:57:48 +00:00
mdns_responder samples: net: mdns_responder: Add VLAN support 2023-11-17 12:40:33 +01:00
mqtt_publisher random: Rename random header 2023-10-10 14:23:50 +03:00
mqtt_sn_publisher samples/net/mqtt_sn_publisher: Move from native_posix to native_sim 2023-11-15 10:03:17 +01:00
openthread/coprocessor samples: net: doc: Use new Sphinx extension to document networking samples 2023-09-19 15:22:59 +01:00
promiscuous_mode samples: net: doc: Use new Sphinx extension to document networking samples 2023-09-19 15:22:59 +01:00
sockets samples: net: dumb_http_server: Sleep after accept error 2024-01-09 10:03:08 +01:00
stats docs: networing: Replace references to native_posix w native_sim 2023-11-15 10:03:17 +01:00
syslog_net samples: Switch from NEWLIB_LIBC to REQUIRES_FULL_LIBC 2023-10-25 08:32:06 +02:00
telnet samples: net: doc: Use new Sphinx extension to document networking samples 2023-09-19 15:22:59 +01:00
tftp_client docs: Networking with native_posix: Rename 2023-11-15 10:03:17 +01:00
virtual samples: net: doc: Use new Sphinx extension to document networking samples 2023-09-19 15:22:59 +01:00
vlan samples: net: doc: Use new Sphinx extension to document networking samples 2023-09-19 15:22:59 +01:00
wifi samples: net: wifi: boards: added missing files for xiao_esp32c3 2023-12-07 16:18:04 +00:00
wpan_serial samples: fix thread function signatures 2023-10-30 12:24:34 +01:00
wpanusb samples: fix thread function signatures 2023-10-30 12:24:34 +01:00
zperf samples: zperf: Add NXP driver test case 2023-12-11 09:50:58 +01:00
net.rst