mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 07:22:28 +00:00
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> |
||
---|---|---|
.. | ||
coaps_client | ||
coaps_server | ||
common | ||
dhcpv4_client | ||
dns_resolve | ||
echo_client | ||
echo_server | ||
http_client | ||
http_server | ||
https_client | ||
ieee802154 | ||
irc_bot | ||
leds_demo | ||
lwm2m_client | ||
mbedtls_dtlsclient | ||
mbedtls_dtlsserver | ||
mbedtls_sslclient | ||
mqtt_publisher | ||
nats | ||
sockets | ||
telnet | ||
wpan_serial | ||
wpanusb | ||
zoap_client | ||
zoap_server | ||
zperf | ||
net.rst |