zephyr/subsys/net/lib/app
Jukka Rissanen 6180b904af net: Too long timeout was passed to k_sleep
The code was using MSEC() macro in few places instead of more
proper K_MSEC(). The MSEC() takes seconds as a parameter and
K_MSEC() takes milliseconds.

Fixes #7657

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-05-22 08:55:27 -04:00
..
CMakeLists.txt subsys/net/lib: Clear up CMakeLists.txt 2017-12-11 09:34:16 -05:00
Kconfig OpenThread: Normalize IEEE802.15.4 driver name for use by L2 layers 2018-04-11 16:57:12 +03:00
bt_settings.c
bt_settings.h
client.c net: app: server: Fix compile error if TCP is disabled 2018-05-18 14:06:33 +03:00
ieee802154_settings.c net/lib: 15.4 interface is set UP after channel is configured 2018-01-15 15:15:38 +02:00
ieee802154_settings.h
init.c net: if: Make interface IP configuration more flexible 2018-03-27 10:06:54 -04:00
net_app.c net: Too long timeout was passed to k_sleep 2018-05-22 08:55:27 -04:00
net_app_private.h net: app: Select local IP address properly if multiple interfaces 2018-04-13 08:29:44 -04:00
server.c net: app: Select local IP address properly if multiple interfaces 2018-04-13 08:29:44 -04:00