zephyr/subsys/net/lib/app
Philémon Jaermann c3eea5f6ee net: net_app: Correctly notify server on TCP disconnection
If a disconnection callback was registered, it is not called
as the check done in net_app is reversed. The disconnection callback
is not called if there are any inactive contexts.
The check should be on any active context.

Signed-off-by: Philémon Jaermann <p.jaermann@gmail.com>
2018-08-02 10:28:20 +03:00
..
client.c net: app: server: Fix compile error if TCP is disabled 2018-05-18 14:06:33 +03:00
CMakeLists.txt net: lib: app: Convert CMakeLists.txt to avoid library 2018-06-20 17:10:39 +03:00
Kconfig subsys: kconfig: Remove 'default n' properties and clean up a bit 2018-07-12 23:13:22 -04:00
net_app_private.h net: app: Select local IP address properly if multiple interfaces 2018-04-13 08:29:44 -04:00
net_app.c net: net_app: Correctly notify server on TCP disconnection 2018-08-02 10:28:20 +03:00
server.c net: app: Select local IP address properly if multiple interfaces 2018-04-13 08:29:44 -04:00