zephyr/subsys/net/lib/app
Leandro Pereira 6b3192a572 net: net_app: Close packet if couldn't skip TLS header
Assertions should only be used to check invariants.  Things that may
change value in runtime are better left to proper checks.

Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
2018-03-02 07:11:46 +01: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: client: set remote port after DNS lookup 2018-02-14 09:40:01 +02:00
CMakeLists.txt subsys/net/lib: Clear up CMakeLists.txt 2017-12-11 09:34:16 -05: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 net: app: Setup IEEE 802.15.4 during init 2017-07-20 17:09:27 +03:00
init.c net: if: Handle new address type of NET_ADDR_OVERRIDABLE 2018-01-23 09:25:51 +02:00
Kconfig net: app: Move mbedTLS debug log level config to mbedTLS Kconfig 2018-02-22 18:44:55 -05:00
net_app_private.h net: app: Move mbedTLS debug log level config to mbedTLS Kconfig 2018-02-22 18:44:55 -05:00
net_app.c net: net_app: Close packet if couldn't skip TLS header 2018-03-02 07:11:46 +01:00
server.c net: app: Close TLS connection properly 2017-10-19 22:21:25 -04:00