zephyr/samples/net
Bub Wei a127984613 samples: net: zperf: Remove invalid forever sleep
We are not expecting forever k_sleep in multithreading.
And k_sleep is empty in non-multihreading.
So remove invalid forever sleep to avoid the below issue.

ASSERTION FAIL [duration != (-1)] @ zephyr/kernel/sched.c:807

Please refer to _impl_k_sleep api in zephyr/kernel/sched.c:807

Signed-off-by: Bub Wei <bub.wei@unisoc.com>
2018-12-03 14:43:49 +02:00
..
coap_client net: coap: Move both CoAP implementations into one Kconfig 2018-11-22 09:08:46 -05:00
coap_server net: coap: Move both CoAP implementations into one Kconfig 2018-11-22 09:08:46 -05:00
common
dhcpv4_client
dns_resolve
echo_client
echo_server
eth_native_posix
gptp
http_client
http_server samples: http_server: fixed test dependencies 2018-12-02 22:36:41 -05:00
ipv4_autoconf
irc_bot
leds_demo net: coap: Move both CoAP implementations into one Kconfig 2018-11-22 09:08:46 -05:00
lldp
lwm2m_client net: coap: Move both CoAP implementations into one Kconfig 2018-11-22 09:08:46 -05:00
mdns_responder
mqtt_publisher samples: net: mqtt_publisher: Update for latest net_config and TLS setup 2018-11-30 11:05:10 -08:00
nats
promiscuous_mode
rpl_border_router
rpl_node net: coap: Move both CoAP implementations into one Kconfig 2018-11-22 09:08:46 -05:00
rpl-mesh-qemu
sntp_client
sockets net: samples: sockets: http_get: Add secure socket offload support 2018-11-23 09:16:21 -05:00
stats
telnet
throughput_server
traffic_class
vlan
wifi
wpan_serial
wpanusb
ws_console
ws_echo_server samples: net: ws_echo_server: remove unnecessary variable 2018-11-28 11:54:01 -08:00
zperf samples: net: zperf: Remove invalid forever sleep 2018-12-03 14:43:49 +02:00
net.rst