zephyr/subsys/net/lib/app
Jukka Rissanen 7474553543 net: Fix connectivity issues if only UDP or TCP is enabled
If either UDP or TCP is enabled but not both, then connectivity
fails. This was a side effect of commit 3604c391e ("net: udp:
Remove NET_UDP_HDR() macro and direct access to net_buf")

Jira: ZEP-2380

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-07-14 08:49:45 +03:00
..
client.c net: net_app: fix syntax error when accessing remote from default_ctx 2017-07-07 09:42:07 +03:00
init.c kernel: make K_.*_INITIALIZER private to kernel 2017-07-10 11:44:56 -07:00
Kconfig net: app: Create support for network application API 2017-06-30 06:13:09 -04:00
Makefile net: app: Create support for network application API 2017-06-30 06:13:09 -04:00
net_app_private.h net: app: Fix dual IPv4 and IPv6 support 2017-07-06 14:32:37 +03:00
net_app.c net: Fix connectivity issues if only UDP or TCP is enabled 2017-07-14 08:49:45 +03:00
server.c net: app: Fix dual IPv4 and IPv6 support 2017-07-06 14:32:37 +03:00