zephyr/samples
Jukka Rissanen 4fea5b18ab net: app: Add IP header to packets received by TLS/DTLS tunnel
The IP header was stripped by _net_app_ssl_mux() when it received
IP packet. This is fine but if the application expects the get
the IP header, then there is a problem. Fix this by saving IP
header to ssl_context and then putting it back in front of the
packet when the data is passed to application.
Note that this IP header is not used by net_app when the packet
is sent because TLS/DTLS creates a tunnel for transferring packets
and user can only sent packets via this tunnel.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-08-30 08:12:10 -04:00
..
application_development
basic cc3200: Remove TI cc3200 SOC and LaunchXL board support 2017-08-15 11:02:48 -05:00
bluetooth Bluetooth: controller: Add Minimum Number of Used Channels Proc 2017-08-21 08:41:56 -04:00
boards Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
cpp_synchronization cpp_synchronization: fix main() definition 2017-08-16 10:59:10 -07:00
drivers samples/crypto: Add mbedtls shim driver support 2017-08-17 22:20:23 -04:00
grove
hello_world Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
mpu mpu_stack_guard_test: update log in README.rst 2017-08-09 13:36:09 -05:00
net net: app: Add IP header to packets received by TLS/DTLS tunnel 2017-08-30 08:12:10 -04:00
nfc/nfc_hello samples: nfc_hello: limit to uarts that support interrupts 2017-06-29 14:55:43 -04:00
philosophers
sensor samples: Add sample for APDS9960 sensor 2017-08-03 15:29:35 -05:00
subsys doc: fix uses of back quotes in documentation 2017-08-03 11:08:23 -04:00
synchronization
testing
kernel.rst
samples.rst