mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-19 13:05:23 +00:00
This patch fixes an issue with TCP options reading. Previous approach was accessing the options with pointers (th + 1). This does not work if TCP options span multiple net_pkt buffer fragments. Instead net_pkt functions must be used. Signed-off-by: Ruslan Mstoi <ruslan.mstoi@intel.com> |
||
---|---|---|
.. | ||
ip | ||
l2 | ||
lib | ||
buf.c | ||
CMakeLists.txt | ||
hostname.c | ||
Kconfig | ||
Kconfig.hostname | ||
Kconfig.template.log_config.default.net | ||
Kconfig.template.log_config.net |