zephyr/subsys/net/lib/app
Jukka Rissanen 61fbc4d57d net: app: server: Allow IPv4 connections if IPv6 is enabled
A regression by commit 9728179757 ("Allow net_context re-connect").
The code did not create IPv4 listener if IPv6 listener was successfully
created.

Fixes #4697

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-11-03 16:09:08 +02:00
..
bt_settings.c Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
bt_settings.h Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
client.c net: app: TLS client handling issue when server closes connection 2017-10-31 09:54:39 +02:00
ieee802154_settings.c net: app: Setup IEEE 802.15.4 during init 2017-07-20 17:09:27 +03:00
ieee802154_settings.h net: app: Setup IEEE 802.15.4 during init 2017-07-20 17:09:27 +03:00
init.c net: app: Don't wait for DAD to finish when DAD is disabled 2017-09-29 15:07:29 +03:00
Kconfig net: app: Add support for multiple listening connections 2017-10-19 22:21:25 -04:00
Makefile Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
net_app_private.h net: app: Fix compilation error if debugging is enabled 2017-10-24 11:40:55 -07:00
net_app.c net: app: server: Allow IPv4 connections if IPv6 is enabled 2017-11-03 16:09:08 +02:00
server.c net: app: Close TLS connection properly 2017-10-19 22:21:25 -04:00